#668BB5

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

Shades of Danube #668BB5

Tints of Danube #668BB5

Color information

#668BB5 (or 0x668BB5) is unknown color: approx Danube. HEX triplet: 66, 8B and B5. RGB value is (102,139,181). Sum of RGB (Red+Green+Blue) = 102+139+181=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #668BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BB5 is #99744A. Grayscale: #848484. Windows color (decimal): -10056779 or 11897702. OLE color: 11897702.

HSL color Cylindrical-coordinate representation of color #668BB5: hue angle of 211.9º 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 #668BB5 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102139181-
CMYK0.440.2300.29
HSL211.9º34.8%55.49%-
HSV(B)211.9º43.65%70.98%-
XYZ23.0524.6347.25-
YUV132.72155.24106.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=24.17%
G=32.94%
B=42.89%

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
Decimal1021391810.440.2300.29211.934.855.49
Hex668BB52C1701Dd42337
Octal14621326554270353244367
Binary110011010001011101101011011001011101110111010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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