#63616C

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

Shades of Smoky #63616C

Tints of Smoky #63616C

Color information

#63616C (or 0x63616C) is unknown color: approx Smoky. HEX triplet: 63, 61 and 6C. RGB value is (99,97,108). Sum of RGB (Red+Green+Blue) = 99+97+108=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #63616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63616C is #9C9E93. Grayscale: #626262. Windows color (decimal): -10264212 or 7102819. OLE color: 7102819.

HSL color Cylindrical-coordinate representation of color #63616C: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63616C is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9997108-
CMYK0.080.1000.58
HSL250.91º5.37%40.2%-
HSV(B)250.91º10.19%42.35%-
XYZ12.1312.2815.92-
YUV98.85133.16128.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=32.57%
G=31.91%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99971080.080.1000.58250.915.3740.2
Hex63616C8A03Afb528
Octal1431411541012072373550
Binary11000111100001110110010001010011101011111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63616C; }

 p { color: rgb(99,97,108); }

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

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

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

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

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

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

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