#668BBD

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

Shades of Danube #668BBD

Tints of Danube #668BBD

Color information

#668BBD (or 0x668BBD) is unknown color: approx Danube. HEX triplet: 66, 8B and BD. RGB value is (102,139,189). Sum of RGB (Red+Green+Blue) = 102+139+189=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #668BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBD is #997442. Grayscale: #858585. Windows color (decimal): -10056771 or 12421990. OLE color: 12421990.

HSL color Cylindrical-coordinate representation of color #668BBD: hue angle of 214.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668BBD is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102139189-
CMYK0.460.2600.26
HSL214.48º39.73%57.06%-
HSV(B)214.48º46.03%74.12%-
XYZ23.924.9651.7-
YUV133.64159.24105.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=23.72%
G=32.33%
B=43.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021391890.460.2600.26214.4839.7357.06
Hex668BBD2E1A01Ad62839
Octal14621327556320323265071
Binary110011010001011101111011011101101001101011010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,189); }

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

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

 a { background-color: rgb(102,139,189); }

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

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

 span { border-color: rgb(102,139,189); }

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