#668CCC

Color #668CCC Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #668CCC

Tints of Danube #668CCC

Color information

#668CCC (or 0x668CCC) is unknown color: approx Danube. HEX triplet: 66, 8C and CC. RGB value is (102,140,204). Sum of RGB (Red+Green+Blue) = 102+140+204=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #668CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCC is #997333. Grayscale: #878787. Windows color (decimal): -10056500 or 13405286. OLE color: 13405286.

HSL color Cylindrical-coordinate representation of color #668CCC: hue angle of 217.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668CCC is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102140204-
CMYK0.50.3100.2
HSL217.65º50%60%-
HSV(B)217.65º50%80%-
XYZ25.7625.9460.78-
YUV135.93166.41103.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 22.87%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=22.87%
G=31.39%
B=45.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021402040.50.3100.2217.655060
Hex668CCC321F014da323c
Octal14621431462370243326274
Binary110011010001100110011001100101111101010011011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668CCC; }

 p { color: rgb(102,140,204); }

 H1.HeaderClassName
 {
   color: #668CCC;
 }
 .AnyTagClassName
 {
   color: #668CCC;
 }
</style>
background-color css

<style>
 a { background-color: #668CCC; }

 a { background-color: rgb(102,140,204); }

 div.DivClassName
 {
   background-color: #668CCC;
 }
 .BgClassName
 {
   background-color: #668CCC;
 }
</style>
border-color css

<style>
 span { border-color: #668CCC; }

 span { border-color: rgb(102,140,204); }

 td.TdClassName
 {
   border-color: #668CCC;
 }
 .TagClassName
 {
   border-color: #668CCC;
 }
</style>