#61647D

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

Shades of Comet #61647D

Tints of Comet #61647D

Color information

#61647D (or 0x61647D) is unknown color: approx Comet. HEX triplet: 61, 64 and 7D. RGB value is (97,100,125). Sum of RGB (Red+Green+Blue) = 97+100+125=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #61647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61647D is #9E9B82. Grayscale: #656565. Windows color (decimal): -10394499 or 8217697. OLE color: 8217697.

HSL color Cylindrical-coordinate representation of color #61647D: hue angle of 233.57º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61647D is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97100125-
CMYK0.220.200.51
HSL233.57º12.61%43.53%-
HSV(B)233.57º22.4%49.02%-
XYZ13.1913.1421.24-
YUV101.95141.01124.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=30.12%
G=31.06%
B=38.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971001250.220.200.51233.5712.6143.53
Hex61647D1614033ead2c
Octal14114417526240633521554
Binary11000011100100111110110110101000110011111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61647D; }

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

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

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

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

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

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

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

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