#668ECF

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

Shades of Danube #668ECF

Tints of Danube #668ECF

Color information

#668ECF (or 0x668ECF) is unknown color: approx Danube. HEX triplet: 66, 8E and CF. RGB value is (102,142,207). Sum of RGB (Red+Green+Blue) = 102+142+207=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #668ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ECF is #997130. Grayscale: #898989. Windows color (decimal): -10055985 or 13602406. OLE color: 13602406.

HSL color Cylindrical-coordinate representation of color #668ECF: hue angle of 217.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668ECF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102142207-
CMYK0.510.3100.19
HSL217.14º52.24%60.59%-
HSV(B)217.14º50.72%81.18%-
XYZ26.4126.6862.79-
YUV137.45167.25102.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=22.62%
G=31.49%
B=45.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021422070.510.3100.19217.1452.2460.59
Hex668ECF331F013d9343d
Octal14621631763370233316475
Binary110011010001110110011111100111111101001111011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,142,207); }

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

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

 a { background-color: rgb(102,142,207); }

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

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

 span { border-color: rgb(102,142,207); }

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