#6085BE

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

Shades of Danube #6085BE

Tints of Danube #6085BE

Color information

#6085BE (or 0x6085BE) is unknown color: approx Danube. HEX triplet: 60, 85 and BE. RGB value is (96,133,190). Sum of RGB (Red+Green+Blue) = 96+133+190=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6085BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085BE is #9F7A41. Grayscale: #808080. Windows color (decimal): -10451522 or 12485984. OLE color: 12485984.

HSL color Cylindrical-coordinate representation of color #6085BE: hue angle of 216.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6085BE is Cyan = 0.49, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96133190-
CMYK0.490.300.25
HSL216.38º41.96%56.08%-
HSV(B)216.38º49.47%74.51%-
XYZ22.5122.9851.96-
YUV128.44162.74104.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=22.91%
G=31.74%
B=45.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961331900.490.300.25216.3841.9656.08
Hex6085BE311E019d82a38
Octal14020527661360313305270
Binary110000010000101101111101100011111001100111011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6085BE; }

 p { color: rgb(96,133,190); }

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

<style>
 a { background-color: #6085BE; }

 a { background-color: rgb(96,133,190); }

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

<style>
 span { border-color: #6085BE; }

 span { border-color: rgb(96,133,190); }

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