#616486

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

Shades of Comet #616486

Tints of Comet #616486

Color information

#616486 (or 0x616486) is unknown color: approx Comet. HEX triplet: 61, 64 and 86. RGB value is (97,100,134). Sum of RGB (Red+Green+Blue) = 97+100+134=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #616486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616486 is #9E9B79. Grayscale: #666666. Windows color (decimal): -10394490 or 8807521. OLE color: 8807521.

HSL color Cylindrical-coordinate representation of color #616486: hue angle of 235.14º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616486 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97100134-
CMYK0.280.2500.47
HSL235.14º16.02%45.29%-
HSV(B)235.14º27.61%52.55%-
XYZ13.7913.3824.41-
YUV102.98145.51123.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=29.31%
G=30.21%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971001340.280.2500.47235.1416.0245.29
Hex6164861C1902Feb102d
Octal14114420634310573532055
Binary1100001110010010000110111001100101011111110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616486; }

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

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

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

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

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

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

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

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