#6184C1

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

Shades of Danube #6184C1

Tints of Danube #6184C1

Color information

#6184C1 (or 0x6184C1) is unknown color: approx Danube. HEX triplet: 61, 84 and C1. RGB value is (97,132,193). Sum of RGB (Red+Green+Blue) = 97+132+193=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #6184C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184C1 is #9E7B3E. Grayscale: #808080. Windows color (decimal): -10386239 or 12682337. OLE color: 12682337.

HSL color Cylindrical-coordinate representation of color #6184C1: hue angle of 218.12º 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 #6184C1 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97132193-
CMYK0.500.3200.24
HSL218.12º43.64%56.86%-
HSV(B)218.12º49.74%75.69%-
XYZ22.8122.8953.67-
YUV128.49164.4105.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=22.99%
G=31.28%
B=45.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971321930.500.3200.24218.1243.6456.86
Hex6184C13220018da2c39
Octal14120430162400303325471
Binary1100001100001001100000111001010000001100011011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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