#616683

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

Shades of Comet #616683

Tints of Comet #616683

Color information

#616683 (or 0x616683) is unknown color: approx Comet. HEX triplet: 61, 66 and 83. RGB value is (97,102,131). Sum of RGB (Red+Green+Blue) = 97+102+131=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #616683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616683 is #9E997C. Grayscale: #676767. Windows color (decimal): -10393981 or 8611425. OLE color: 8611425.

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

Color convert

RGB97102131-
CMYK0.260.2200.49
HSL231.18º14.91%44.71%-
HSV(B)231.18º25.95%51.37%-
XYZ13.7813.6823.39-
YUV103.81143.34123.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=29.39%
G=30.91%
B=39.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971021310.260.2200.49231.1814.9144.71
Hex6166831A16031e7f2d
Octal14114620332260613471755
Binary110000111001101000001111010101100110001111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616683; }

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

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

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

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

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

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

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

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