#6185BA

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

Shades of Danube #6185BA

Tints of Danube #6185BA

Color information

#6185BA (or 0x6185BA) is unknown color: approx Danube. HEX triplet: 61, 85 and BA. RGB value is (97,133,186). Sum of RGB (Red+Green+Blue) = 97+133+186=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #6185BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185BA is #9E7A45. Grayscale: #808080. Windows color (decimal): -10385990 or 12223841. OLE color: 12223841.

HSL color Cylindrical-coordinate representation of color #6185BA: hue angle of 215.73º 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 #6185BA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97133186-
CMYK0.480.2800.27
HSL215.73º39.21%55.49%-
HSV(B)215.73º47.85%72.94%-
XYZ22.1822.8649.7-
YUV128.28160.57105.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=23.32%
G=31.97%
B=44.71%

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
Decimal971331860.480.2800.27215.7339.2155.49
Hex6185BA301C01Bd82737
Octal14120527260340333304767
Binary110000110000101101110101100001110001101111011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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