Html Css Color HEX #63616C Smoky

📋 copy color: '#63616C'

red 99 ◦ green 97 ◦ blue 108

#63616C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #63616C

Tints of Smoky #63616C

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 value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63616C (or 0x63616C) is known color: 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

RGB 99 97 108 -
CMYK 0.08 0.10 0 0.58
HSL 250.91º 0.05% 0.4% -
HSV(B) 250.91º 0.1% 0.42% -
XYZ 12.13 12.28 15.92 -
YUV 98.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 99 97 108 0.08 0.10 0 0.58 250.91 0.05 0.4
Hex 63 61 6C 8 A 0 3A FB 5 28
Octal 143 141 154 10 12 0 72 373 5 50
Binary 1100011 1100001 1101100 1000 1010 0 111010 11111011 101 101000

Color Harmonies of #63616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63616C

Black with #63616C

Text Example


Text Example

White with #63616C

Text Example


Text Example

HTML Codes & Css Web 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>