#6186BF

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

Shades of Danube #6186BF

Tints of Danube #6186BF

Color information

#6186BF (or 0x6186BF) is unknown color: approx Danube. HEX triplet: 61, 86 and BF. RGB value is (97,134,191). Sum of RGB (Red+Green+Blue) = 97+134+191=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6186BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186BF is #9E7940. Grayscale: #818181. Windows color (decimal): -10385729 or 12551777. OLE color: 12551777.

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

Color convert

RGB97134191-
CMYK0.490.3000.25
HSL216.38º42.34%56.47%-
HSV(B)216.38º49.21%74.9%-
XYZ22.8623.3552.59-
YUV129.44162.74104.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 191 (75% from 255) = 45.26%
R=22.99%
G=31.75%
B=45.26%

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
Decimal971341910.490.3000.25216.3842.3456.47
Hex6186BF311E019d82a38
Octal14120627761360313305270
Binary110000110000110101111111100011111001100111011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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