#668BBF

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

Shades of Danube #668BBF

Tints of Danube #668BBF

Color information

#668BBF (or 0x668BBF) is unknown color: approx Danube. HEX triplet: 66, 8B and BF. RGB value is (102,139,191). Sum of RGB (Red+Green+Blue) = 102+139+191=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #668BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBF is #997440. Grayscale: #858585. Windows color (decimal): -10056769 or 12553062. OLE color: 12553062.

HSL color Cylindrical-coordinate representation of color #668BBF: hue angle of 215.06º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668BBF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102139191-
CMYK0.470.2700.25
HSL215.06º41.01%57.45%-
HSV(B)215.06º46.6%74.9%-
XYZ24.1225.0552.85-
YUV133.86160.24105.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.61%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 191 (75% from 255) = 44.21%
R=23.61%
G=32.18%
B=44.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021391910.470.2700.25215.0641.0157.45
Hex668BBF2F1B019d72939
Octal14621327757330313275171
Binary110011010001011101111111011111101101100111010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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