#6185BC

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

Shades of Danube #6185BC

Tints of Danube #6185BC

Color information

#6185BC (or 0x6185BC) is unknown color: approx Danube. HEX triplet: 61, 85 and BC. RGB value is (97,133,188). Sum of RGB (Red+Green+Blue) = 97+133+188=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6185BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185BC is #9E7A43. Grayscale: #808080. Windows color (decimal): -10385988 or 12354913. OLE color: 12354913.

HSL color Cylindrical-coordinate representation of color #6185BC: hue angle of 216.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6185BC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97133188-
CMYK0.480.2900.26
HSL216.26º40.44%55.88%-
HSV(B)216.26º48.4%73.73%-
XYZ22.3922.9550.83-
YUV128.51161.57105.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=23.21%
G=31.82%
B=44.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971331880.480.2900.26216.2640.4455.88
Hex6185BC301D01Ad82838
Octal14120527460350323305070
Binary110000110000101101111001100001110101101011011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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