Html Css Color HEX #63606A Smoky

📋 copy color: '#63606A'

red 99 ◦ green 96 ◦ blue 106

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

Shades of Smoky #63606A

Tints of Smoky #63606A

RGB

 RED value IS 99 (39.06% from 255) = 32.89%

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 32.89%
G = 31.89%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63606A (or 0x63606A) is known color: Smoky. HEX triplet: 63, 60 and 6A. RGB value is (99,96,106). Sum of RGB (Red+Green+Blue) = 99+96+106=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 106 - color contains mainly: blue. Hex color #63606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63606A is #9C9F95. Grayscale: #626262. Windows color (decimal): -10264470 or 6971491. OLE color: 6971491.

HSL color Cylindrical-coordinate representation of color #63606A: hue angle of 258º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63606A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 96 106 -
CMYK 0.07 0.09 0 0.58
HSL 258º 0.05% 0.4% -
HSV(B) 258º 0.09% 0.42% -
XYZ 11.93 12.06 15.33 -
YUV 98.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 99 96 106 0.07 0.09 0 0.58 258 0.05 0.4
Hex 63 60 6A 7 9 0 3A 102 5 28
Octal 143 140 152 7 11 0 72 402 5 50
Binary 1100011 1100000 1101010 111 1001 0 111010 100000010 101 101000

Color Harmonies of #63606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63606A

Black with #63606A

Text Example


Text Example

White with #63606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63606A; }

 p { color: rgb(99,96,106); }

 H1.HeaderClassName
 {
   color: #63606A;
 }
 .AnyTagClassName
 {
   color: #63606A;
 }
</style>

background-color css

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

 a { background-color: rgb(99,96,106); }

 div.DivClassName
 {
   background-color: #63606A;
 }
 .BgClassName
 {
   background-color: #63606A;
 }
</style>

border-color css

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

 span { border-color: rgb(99,96,106); }

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