#608CB5

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

Shades of Danube #608CB5

Tints of Danube #608CB5

Color information

#608CB5 (or 0x608CB5) is unknown color: approx Danube. HEX triplet: 60, 8C and B5. RGB value is (96,140,181). Sum of RGB (Red+Green+Blue) = 96+140+181=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #608CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CB5 is #9F734A. Grayscale: #838383. Windows color (decimal): -10449739 or 11897952. OLE color: 11897952.

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

Color convert

RGB96140181-
CMYK0.470.2300.29
HSL208.94º36.48%54.31%-
HSV(B)208.94º46.96%70.98%-
XYZ22.5424.5847.27-
YUV131.52155.92102.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=23.02%
G=33.57%
B=43.41%

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
Decimal961401810.470.2300.29208.9436.4854.31
Hex608CB52F1701Dd12436
Octal14021426557270353214466
Binary110000010001100101101011011111011101110111010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,181); }

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

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

 a { background-color: rgb(96,140,181); }

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

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

 span { border-color: rgb(96,140,181); }

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