#608DBF

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

Shades of Danube #608DBF

Tints of Danube #608DBF

Color information

#608DBF (or 0x608DBF) is unknown color: approx Danube. HEX triplet: 60, 8D and BF. RGB value is (96,141,191). Sum of RGB (Red+Green+Blue) = 96+141+191=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #608DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DBF is #9F7240. Grayscale: #858585. Windows color (decimal): -10449473 or 12553568. OLE color: 12553568.

HSL color Cylindrical-coordinate representation of color #608DBF: hue angle of 211.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608DBF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96141191-
CMYK0.500.2600.25
HSL211.58º42.6%56.27%-
HSV(B)211.58º49.74%74.9%-
XYZ23.7525.352.92-
YUV133.24160.59101.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 44.63%
R=22.43%
G=32.94%
B=44.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961411910.500.2600.25211.5842.656.27
Hex608DBF321A019d42b38
Octal14021527762320313245370
Binary110000010001101101111111100101101001100111010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,141,191); }

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

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

 a { background-color: rgb(96,141,191); }

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

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

 span { border-color: rgb(96,141,191); }

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