#608BBC

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

Shades of Danube #608BBC

Tints of Danube #608BBC

Color information

#608BBC (or 0x608BBC) is unknown color: approx Danube. HEX triplet: 60, 8B and BC. RGB value is (96,139,188). Sum of RGB (Red+Green+Blue) = 96+139+188=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #608BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BBC is #9F7443. Grayscale: #838383. Windows color (decimal): -10449988 or 12356448. OLE color: 12356448.

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

Color convert

RGB96139188-
CMYK0.490.2600.26
HSL211.96º40.71%55.69%-
HSV(B)211.96º48.94%73.73%-
XYZ23.1324.5851.1-
YUV131.73159.75102.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=22.70%
G=32.86%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961391880.490.2600.26211.9640.7155.69
Hex608BBC311A01Ad42938
Octal14021327461320323245170
Binary110000010001011101111001100011101001101011010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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