#6086B6

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

Shades of Danube #6086B6

Tints of Danube #6086B6

Color information

#6086B6 (or 0x6086B6) is unknown color: approx Danube. HEX triplet: 60, 86 and B6. RGB value is (96,134,182). Sum of RGB (Red+Green+Blue) = 96+134+182=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #6086B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086B6 is #9F7949. Grayscale: #7F7F7F. Windows color (decimal): -10451274 or 11961952. OLE color: 11961952.

HSL color Cylindrical-coordinate representation of color #6086B6: hue angle of 213.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6086B6 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96134182-
CMYK0.470.2600.29
HSL213.49º37.07%54.51%-
HSV(B)213.49º47.25%71.37%-
XYZ21.7922.9147.53-
YUV128.11158.41105.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 182 (71.48% from 255) = 44.17%
R=23.30%
G=32.52%
B=44.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961341820.470.2600.29213.4937.0754.51
Hex6086B62F1A01Dd52537
Octal14020626657320353254567
Binary110000010000110101101101011111101001110111010101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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