#608EBC

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

Shades of Danube #608EBC

Tints of Danube #608EBC

Color information

#608EBC (or 0x608EBC) is unknown color: approx Danube. HEX triplet: 60, 8E and BC. RGB value is (96,142,188). Sum of RGB (Red+Green+Blue) = 96+142+188=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #608EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EBC is #9F7143. Grayscale: #858585. Windows color (decimal): -10449220 or 12357216. OLE color: 12357216.

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

Color convert

RGB96142188-
CMYK0.490.2400.26
HSL210º40.71%55.69%-
HSV(B)210º48.94%73.73%-
XYZ23.5725.4651.25-
YUV133.49158.76101.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=22.54%
G=33.33%
B=44.13%

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
Decimal961421880.490.2400.2621040.7155.69
Hex608EBC311801Ad22938
Octal14021627461300323225170
Binary110000010001110101111001100011100001101011010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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