#608ABD

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

Shades of Danube #608ABD

Tints of Danube #608ABD

Color information

#608ABD (or 0x608ABD) is unknown color: approx Danube. HEX triplet: 60, 8A and BD. RGB value is (96,138,189). Sum of RGB (Red+Green+Blue) = 96+138+189=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #608ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ABD is #9F7542. Grayscale: #838383. Windows color (decimal): -10450243 or 12421728. OLE color: 12421728.

HSL color Cylindrical-coordinate representation of color #608ABD: hue angle of 212.9º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608ABD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96138189-
CMYK0.490.2700.26
HSL212.9º41.33%55.88%-
HSV(B)212.9º49.21%74.12%-
XYZ23.124.3451.62-
YUV131.26160.59102.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=22.70%
G=32.62%
B=44.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961381890.490.2700.26212.941.3355.88
Hex608ABD311B01Ad52938
Octal14021227561330323255170
Binary110000010001010101111011100011101101101011010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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