#608CBE

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

Shades of Danube #608CBE

Tints of Danube #608CBE

Color information

#608CBE (or 0x608CBE) is unknown color: approx Danube. HEX triplet: 60, 8C and BE. RGB value is (96,140,190). Sum of RGB (Red+Green+Blue) = 96+140+190=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #608CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CBE is #9F7341. Grayscale: #848484. Windows color (decimal): -10449730 or 12487776. OLE color: 12487776.

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

Color convert

RGB96140190-
CMYK0.490.2600.25
HSL211.91º41.96%56.08%-
HSV(B)211.91º49.47%74.51%-
XYZ23.524.9652.29-
YUV132.54160.42101.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=22.54%
G=32.86%
B=44.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961401900.490.2600.25211.9141.9656.08
Hex608CBE311A019d42a38
Octal14021427661320313245270
Binary110000010001100101111101100011101001100111010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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