#616483

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

Shades of Comet #616483

Tints of Comet #616483

Color information

#616483 (or 0x616483) is unknown color: approx Comet. HEX triplet: 61, 64 and 83. RGB value is (97,100,131). Sum of RGB (Red+Green+Blue) = 97+100+131=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #616483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616483 is #9E9B7C. Grayscale: #666666. Windows color (decimal): -10394493 or 8610913. OLE color: 8610913.

HSL color Cylindrical-coordinate representation of color #616483: hue angle of 234.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616483 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97100131-
CMYK0.260.2400.49
HSL234.71º14.91%44.71%-
HSV(B)234.71º25.95%51.37%-
XYZ13.5813.2923.32-
YUV102.64144.01123.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=29.57%
G=30.49%
B=39.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971001310.260.2400.49234.7114.9144.71
Hex6164831A18031ebf2d
Octal14114420332300613531755
Binary110000111001001000001111010110000110001111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616483; }

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

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

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

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

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

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

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

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