#608AB8

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

Shades of Danube #608AB8

Tints of Danube #608AB8

Color information

#608AB8 (or 0x608AB8) is unknown color: approx Danube. HEX triplet: 60, 8A and B8. RGB value is (96,138,184). Sum of RGB (Red+Green+Blue) = 96+138+184=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 184 - color contains mainly: blue. Hex color #608AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AB8 is #9F7547. Grayscale: #828282. Windows color (decimal): -10450248 or 12094048. OLE color: 12094048.

HSL color Cylindrical-coordinate representation of color #608AB8: hue angle of 211.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608AB8 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96138184-
CMYK0.480.2500.28
HSL211.36º38.26%54.9%-
HSV(B)211.36º47.83%72.16%-
XYZ22.5624.1248.81-
YUV130.69158.09103.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 184 (72.27% from 255) = 44.02%
R=22.97%
G=33.01%
B=44.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961381840.480.2500.28211.3638.2654.9
Hex608AB8301901Cd32637
Octal14021227060310343234667
Binary110000010001010101110001100001100101110011010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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