#6087BA

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

Shades of Danube #6087BA

Tints of Danube #6087BA

Color information

#6087BA (or 0x6087BA) is unknown color: approx Danube. HEX triplet: 60, 87 and BA. RGB value is (96,135,186). Sum of RGB (Red+Green+Blue) = 96+135+186=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #6087BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087BA is #9F7845. Grayscale: #808080. Windows color (decimal): -10451014 or 12224352. OLE color: 12224352.

HSL color Cylindrical-coordinate representation of color #6087BA: hue angle of 214º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6087BA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96135186-
CMYK0.480.2700.27
HSL214º39.47%55.29%-
HSV(B)214º48.39%72.94%-
XYZ22.3523.3649.79-
YUV129.15160.08104.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=23.02%
G=32.37%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961351860.480.2700.2721439.4755.29
Hex6087BA301B01Bd62737
Octal14020727260330333264767
Binary110000010000111101110101100001101101101111010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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