#61617B

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

Shades of Comet #61617B

Tints of Comet #61617B

Color information

#61617B (or 0x61617B) is unknown color: approx Comet. HEX triplet: 61, 61 and 7B. RGB value is (97,97,123). Sum of RGB (Red+Green+Blue) = 97+97+123=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #61617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61617B is #9E9E84. Grayscale: #636363. Windows color (decimal): -10395269 or 8085857. OLE color: 8085857.

HSL color Cylindrical-coordinate representation of color #61617B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61617B is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9797123-
CMYK0.210.2100.52
HSL240º11.82%43.14%-
HSV(B)240º21.14%48.24%-
XYZ12.7812.5220.48-
YUV99.96141125.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=30.60%
G=30.60%
B=38.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97971230.210.2100.5224011.8243.14
Hex61617B1515034f0c2b
Octal14114117325250643601453
Binary11000011100001111101110101101010110100111100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61617B; }

 p { color: rgb(97,97,123); }

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

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

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

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

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

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

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