#668BBC

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

Shades of Danube #668BBC

Tints of Danube #668BBC

Color information

#668BBC (or 0x668BBC) is unknown color: approx Danube. HEX triplet: 66, 8B and BC. RGB value is (102,139,188). Sum of RGB (Red+Green+Blue) = 102+139+188=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #668BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBC is #997443. Grayscale: #858585. Windows color (decimal): -10056772 or 12356454. OLE color: 12356454.

HSL color Cylindrical-coordinate representation of color #668BBC: hue angle of 214.19º degrees, saturation: 0.39, 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 #668BBC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102139188-
CMYK0.460.2600.26
HSL214.19º39.09%56.86%-
HSV(B)214.19º45.74%73.73%-
XYZ23.7924.9251.13-
YUV133.52158.74105.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=23.78%
G=32.40%
B=43.82%

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
Decimal1021391880.460.2600.26214.1939.0956.86
Hex668BBC2E1A01Ad62739
Octal14621327456320323264771
Binary110011010001011101111001011101101001101011010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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