#6087bf

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

Shades of Danube #6087BF

Tints of Danube #6087BF

Color information

#6087BF (or 0x6087BF) is unknown color: approx Danube. HEX triplet: 60, 87 and BF. RGB value is (96,135,191). Sum of RGB (Red+Green+Blue) = 96+135+191=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6087BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BF is #9F7840. Grayscale: #818181. Windows color (decimal): -10451009 or 12552032. OLE color: 12552032.

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

Color convert

RGB96135191-
CMYK0.500.2900.25
HSL215.37º42.6%56.27%-
HSV(B)215.37º49.74%74.9%-
XYZ22.8923.5852.63-
YUV129.72162.58103.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 191 (75% from 255) = 45.26%
R=22.75%
G=31.99%
B=45.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961351910.500.2900.25215.3742.656.27
Hex6087BF321D019d72b38
Octal14020727762350313275370
Binary110000010000111101111111100101110101100111010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6087bf; }

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

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

<style>
 a { background-color: #6087bf; }

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

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

<style>
 span { border-color: #6087bf; }

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

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