#668EBB

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

Shades of Danube #668EBB

Tints of Danube #668EBB

Color information

#668EBB (or 0x668EBB) is unknown color: approx Danube. HEX triplet: 66, 8E and BB. RGB value is (102,142,187). Sum of RGB (Red+Green+Blue) = 102+142+187=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #668EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBB is #997144. Grayscale: #868686. Windows color (decimal): -10056005 or 12291686. OLE color: 12291686.

HSL color Cylindrical-coordinate representation of color #668EBB: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668EBB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102142187-
CMYK0.450.2400.27
HSL211.76º38.46%56.67%-
HSV(B)211.76º45.45%73.33%-
XYZ24.1225.7650.71-
YUV135.17157.25104.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=23.67%
G=32.95%
B=43.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021421870.450.2400.27211.7638.4656.67
Hex668EBB2D1801Bd42639
Octal14621627355300333244671
Binary110011010001110101110111011011100001101111010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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