color codes Logo

#6970cc color codes

#6970CC
(105,112,204)
0 Favorites   0 Comments

Color spaces of #6970cc

RGB 105112204
HSL0.650.490.61
HSV236°49°80°
CMYK 0.490.450.00   0.20
XYZ22.519018.951259.5978
Yxy18.95120.22280.1875
Hunter Lab43.533016.1528-50.6965
CIE-Lab50.630122.1919-48.7219

#6970cc color RGB value is (105,112,204).

#6970cc hex color red value is 105, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6970cc hue: 0.65 , saturation: 0.49 and the lightness value of 6970cc is 0.61.

The process color (four color CMYK) of #6970cc color code is 0.49, 0.45, 0.00, 0.20. Web safe color of #6970cc is #6666cc. Color #6970cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110000 11001100
Octal 151 160 314
Decimal 105 112 204
Hex 69 70 CC

RGB Percentages of Color #6970cc

%24.94
%26.60
%48.46

CMYK Percentages of Color #6970cc

%49
%45
%0
%20

Triadic Colors of #6970cc

#6970cc #cc6970 #70cc69

Analogous Colors of #6970cc

#6970cc #9469cc #69a2cc

Monochromatic Colors of #6970cc

#6970cc

Complementary Color

#6970cc #ccc569

#6970cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6970cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6970cc Color CSS Codes

.mybgcolor {background-color:#6970cc; } 
.myforecolor {color:#6970cc; }
.mybordercolor {border:3px solid #6970cc; }

#6970cc Text Font Color

<p style="color:#6970cc">Text here</p>

This sample text font color is #6970cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6970cc Background Color

<div style="background-color:#6970cc">
Div content here</div>

This div background color is #6970cc


#6970cc Border Color

<div style="border:3px solid #6970cc">
Div here</div>

This div border color is #6970cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,112,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6970cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6970cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6970cc;
  box-shadow:         1px 1px 3px 2px #6970cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,112,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6970cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6970cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6970cc;
  box-shadow:         1px 1px 3px 2px #6970cc;">
Div content here</div>

This div box has shadow with color #6970cc


Comments

No comments written yet.

Please login to write comment.