#616386

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

Shades of Comet #616386

Tints of Comet #616386

Color information

#616386 (or 0x616386) is unknown color: approx Comet. HEX triplet: 61, 63 and 86. RGB value is (97,99,134). Sum of RGB (Red+Green+Blue) = 97+99+134=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #616386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616386 is #9E9C79. Grayscale: #666666. Windows color (decimal): -10394746 or 8807265. OLE color: 8807265.

HSL color Cylindrical-coordinate representation of color #616386: hue angle of 236.76º 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 #616386 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9799134-
CMYK0.280.2600.47
HSL236.76º16.02%45.29%-
HSV(B)236.76º27.61%52.55%-
XYZ13.6913.1924.38-
YUV102.39145.84124.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=29.39%
G=30%
B=40.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97991340.280.2600.47236.7616.0245.29
Hex6163861C1A02Fed102d
Octal14114320634320573552055
Binary1100001110001110000110111001101001011111110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616386; }

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

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

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

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

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

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

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

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