#668DB5

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

Shades of Danube #668DB5

Tints of Danube #668DB5

Color information

#668DB5 (or 0x668DB5) is unknown color: approx Danube. HEX triplet: 66, 8D and B5. RGB value is (102,141,181). Sum of RGB (Red+Green+Blue) = 102+141+181=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #668DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DB5 is #99724A. Grayscale: #858585. Windows color (decimal): -10056267 or 11898214. OLE color: 11898214.

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

Color convert

RGB102141181-
CMYK0.440.2200.29
HSL210.38º34.8%55.49%-
HSV(B)210.38º43.65%70.98%-
XYZ23.3425.2147.35-
YUV133.9154.58105.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 181 (71.09% from 255) = 42.69%
R=24.06%
G=33.25%
B=42.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021411810.440.2200.29210.3834.855.49
Hex668DB52C1601Dd22337
Octal14621526554260353224367
Binary110011010001101101101011011001011001110111010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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