#6186BA

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

Shades of Danube #6186BA

Tints of Danube #6186BA

Color information

#6186BA (or 0x6186BA) is unknown color: approx Danube. HEX triplet: 61, 86 and BA. RGB value is (97,134,186). Sum of RGB (Red+Green+Blue) = 97+134+186=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #6186BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186BA is #9E7945. Grayscale: #808080. Windows color (decimal): -10385734 or 12224097. OLE color: 12224097.

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

Color convert

RGB97134186-
CMYK0.480.2800.27
HSL215.06º39.21%55.49%-
HSV(B)215.06º47.85%72.94%-
XYZ22.3223.1449.74-
YUV128.86160.24105.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=23.26%
G=32.13%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971341860.480.2800.27215.0639.2155.49
Hex6186BA301C01Bd72737
Octal14120627260340333274767
Binary110000110000110101110101100001110001101111010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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