#668ABD

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

Shades of Danube #668ABD

Tints of Danube #668ABD

Color information

#668ABD (or 0x668ABD) is unknown color: approx Danube. HEX triplet: 66, 8A and BD. RGB value is (102,138,189). Sum of RGB (Red+Green+Blue) = 102+138+189=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #668ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABD is #997542. Grayscale: #848484. Windows color (decimal): -10057027 or 12421734. OLE color: 12421734.

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

Color convert

RGB102138189-
CMYK0.460.2700.26
HSL215.17º39.73%57.06%-
HSV(B)215.17º46.03%74.12%-
XYZ23.7524.6851.66-
YUV133.05159.57105.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=23.78%
G=32.17%
B=44.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021381890.460.2700.26215.1739.7357.06
Hex668ABD2E1B01Ad72839
Octal14621227556330323275071
Binary110011010001010101111011011101101101101011010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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