#6185C1

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

Shades of Danube #6185C1

Tints of Danube #6185C1

Color information

#6185C1 (or 0x6185C1) is unknown color: approx Danube. HEX triplet: 61, 85 and C1. RGB value is (97,133,193). Sum of RGB (Red+Green+Blue) = 97+133+193=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6185C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185C1 is #9E7A3E. Grayscale: #808080. Windows color (decimal): -10385983 or 12682593. OLE color: 12682593.

HSL color Cylindrical-coordinate representation of color #6185C1: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6185C1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97133193-
CMYK0.500.3100.24
HSL217.5º43.64%56.86%-
HSV(B)217.5º49.74%75.69%-
XYZ22.9423.1753.71-
YUV129.08164.07105.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=22.93%
G=31.44%
B=45.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971331930.500.3100.24217.543.6456.86
Hex6185C1321F018da2c39
Octal14120530162370303325471
Binary110000110000101110000011100101111101100011011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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