#6185BF

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

Shades of Danube #6185BF

Tints of Danube #6185BF

Color information

#6185BF (or 0x6185BF) is unknown color: approx Danube. HEX triplet: 61, 85 and BF. RGB value is (97,133,191). Sum of RGB (Red+Green+Blue) = 97+133+191=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6185BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185BF is #9E7A40. Grayscale: #808080. Windows color (decimal): -10385985 or 12551521. OLE color: 12551521.

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

Color convert

RGB97133191-
CMYK0.490.3000.25
HSL217.02º42.34%56.47%-
HSV(B)217.02º49.21%74.9%-
XYZ22.7223.0852.55-
YUV128.85163.07105.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 191 (75% from 255) = 45.37%
R=23.04%
G=31.59%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971331910.490.3000.25217.0242.3456.47
Hex6185BF311E019d92a38
Octal14120527761360313315270
Binary110000110000101101111111100011111001100111011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6185BF; }

 p { color: rgb(97,133,191); }

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

<style>
 a { background-color: #6185BF; }

 a { background-color: rgb(97,133,191); }

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

<style>
 span { border-color: #6185BF; }

 span { border-color: rgb(97,133,191); }

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