#608EBD

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

Shades of Danube #608EBD

Tints of Danube #608EBD

Color information

#608EBD (or 0x608EBD) is unknown color: approx Danube. HEX triplet: 60, 8E and BD. RGB value is (96,142,189). Sum of RGB (Red+Green+Blue) = 96+142+189=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #608EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EBD is #9F7142. Grayscale: #858585. Windows color (decimal): -10449219 or 12422752. OLE color: 12422752.

HSL color Cylindrical-coordinate representation of color #608EBD: hue angle of 210.32º 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 #608EBD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96142189-
CMYK0.490.2500.26
HSL210.32º41.33%55.88%-
HSV(B)210.32º49.21%74.12%-
XYZ23.6825.5151.82-
YUV133.6159.26101.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=22.48%
G=33.26%
B=44.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961421890.490.2500.26210.3241.3355.88
Hex608EBD311901Ad22938
Octal14021627561310323225170
Binary110000010001110101111011100011100101101011010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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