#608BBF

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

Shades of Danube #608BBF

Tints of Danube #608BBF

Color information

#608BBF (or 0x608BBF) is unknown color: approx Danube. HEX triplet: 60, 8B and BF. RGB value is (96,139,191). Sum of RGB (Red+Green+Blue) = 96+139+191=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #608BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BBF is #9F7440. Grayscale: #838383. Windows color (decimal): -10449985 or 12553056. OLE color: 12553056.

HSL color Cylindrical-coordinate representation of color #608BBF: hue angle of 212.84º 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 #608BBF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96139191-
CMYK0.500.2700.25
HSL212.84º42.6%56.27%-
HSV(B)212.84º49.74%74.9%-
XYZ23.4624.7152.82-
YUV132.07161.25102.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 191 (75% from 255) = 44.84%
R=22.54%
G=32.63%
B=44.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961391910.500.2700.25212.8442.656.27
Hex608BBF321B019d52b38
Octal14021327762330313255370
Binary110000010001011101111111100101101101100111010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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