#608FBD

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

Shades of Danube #608FBD

Tints of Danube #608FBD

Color information

#608FBD (or 0x608FBD) is unknown color: approx Danube. HEX triplet: 60, 8F and BD. RGB value is (96,143,189). Sum of RGB (Red+Green+Blue) = 96+143+189=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #608FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FBD is #9F7042. Grayscale: #858585. Windows color (decimal): -10448963 or 12423008. OLE color: 12423008.

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

Color convert

RGB96143189-
CMYK0.490.2400.26
HSL209.68º41.33%55.88%-
HSV(B)209.68º49.21%74.12%-
XYZ23.8325.8151.87-
YUV134.19158.93100.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=22.43%
G=33.41%
B=44.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961431890.490.2400.26209.6841.3355.88
Hex608FBD311801Ad22938
Octal14021727561300323225170
Binary110000010001111101111011100011100001101011010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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