#6086BB

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

Shades of Danube #6086BB

Tints of Danube #6086BB

Color information

#6086BB (or 0x6086BB) is unknown color: approx Danube. HEX triplet: 60, 86 and BB. RGB value is (96,134,187). Sum of RGB (Red+Green+Blue) = 96+134+187=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #6086BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086BB is #9F7944. Grayscale: #808080. Windows color (decimal): -10451269 or 12289632. OLE color: 12289632.

HSL color Cylindrical-coordinate representation of color #6086BB: hue angle of 214.95º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6086BB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96134187-
CMYK0.490.2800.27
HSL214.95º40.09%55.49%-
HSV(B)214.95º48.66%73.33%-
XYZ22.3223.1250.3-
YUV128.68160.91104.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=23.02%
G=32.13%
B=44.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961341870.490.2800.27214.9540.0955.49
Hex6086BB311C01Bd72837
Octal14020627361340333275067
Binary110000010000110101110111100011110001101111010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6086BB; }

 p { color: rgb(96,134,187); }

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

<style>
 a { background-color: #6086BB; }

 a { background-color: rgb(96,134,187); }

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

<style>
 span { border-color: #6086BB; }

 span { border-color: rgb(96,134,187); }

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