#668DB6

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

Shades of Danube #668DB6

Tints of Danube #668DB6

Color information

#668DB6 (or 0x668DB6) is unknown color: approx Danube. HEX triplet: 66, 8D and B6. RGB value is (102,141,182). Sum of RGB (Red+Green+Blue) = 102+141+182=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #668DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DB6 is #997249. Grayscale: #858585. Windows color (decimal): -10056266 or 11963750. OLE color: 11963750.

HSL color Cylindrical-coordinate representation of color #668DB6: hue angle of 210.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668DB6 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102141182-
CMYK0.440.2300.29
HSL210.75º35.4%55.69%-
HSV(B)210.75º43.96%71.37%-
XYZ23.4525.2547.89-
YUV134.01155.08105.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=24%
G=33.18%
B=42.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021411820.440.2300.29210.7535.455.69
Hex668DB62C1701Dd32338
Octal14621526654270353234370
Binary110011010001101101101101011001011101110111010011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,182); }

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

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

 a { background-color: rgb(102,141,182); }

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

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

 span { border-color: rgb(102,141,182); }

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