#616269

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

Shades of Comet #616269

Tints of Comet #616269

Color information

#616269 (or 0x616269) is unknown color: approx Comet. HEX triplet: 61, 62 and 69. RGB value is (97,98,105). Sum of RGB (Red+Green+Blue) = 97+98+105=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #616269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616269 is #9E9D96. Grayscale: #626262. Windows color (decimal): -10395031 or 6906465. OLE color: 6906465.

HSL color Cylindrical-coordinate representation of color #616269: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616269 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9798105-
CMYK0.080.0700.59
HSL232.5º3.96%39.61%-
HSV(B)232.5º7.62%41.18%-
XYZ11.8512.315.11-
YUV98.5131.67126.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=32.33%
G=32.67%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97981050.080.0700.59232.53.9639.61
Hex6162698703Be8428
Octal141142151107073350450
Binary1100001110001011010011000111011101111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616269; }

 p { color: rgb(97,98,105); }

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

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

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

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

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

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

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