#608AB4

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

Shades of Danube #608AB4

Tints of Danube #608AB4

Color information

#608AB4 (or 0x608AB4) is unknown color: approx Danube. HEX triplet: 60, 8A and B4. RGB value is (96,138,180). Sum of RGB (Red+Green+Blue) = 96+138+180=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #608AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AB4 is #9F754B. Grayscale: #828282. Windows color (decimal): -10450252 or 11831904. OLE color: 11831904.

HSL color Cylindrical-coordinate representation of color #608AB4: hue angle of 210º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608AB4 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96138180-
CMYK0.470.2300.29
HSL210º35.9%54.12%-
HSV(B)210º46.67%70.59%-
XYZ22.1523.9646.64-
YUV130.23156.09103.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=23.19%
G=33.33%
B=43.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961381800.470.2300.2921035.954.12
Hex608AB42F1701Dd22436
Octal14021226457270353224466
Binary110000010001010101101001011111011101110111010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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