Html Css Color HEX #63606E Smoky

📋 copy color: '#63606E'

red 99 ◦ green 96 ◦ blue 110

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

Shades of Smoky #63606E

Tints of Smoky #63606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 32.46%
G = 31.48%
B = 36.07%

CMYK

 C value IS 0.1

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63606E (or 0x63606E) is known color: Smoky. HEX triplet: 63, 60 and 6E. RGB value is (99,96,110). Sum of RGB (Red+Green+Blue) = 99+96+110=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #63606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63606E is #9C9F91. Grayscale: #626262. Windows color (decimal): -10264466 or 7233635. OLE color: 7233635.

HSL color Cylindrical-coordinate representation of color #63606E: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63606E is Cyan = 0.1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 96 110 -
CMYK 0.1 0.13 0 0.57
HSL 252.86º 0.07% 0.4% -
HSV(B) 252.86º 0.13% 0.43% -
XYZ 12.14 12.14 16.46 -
YUV 98.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 99 96 110 0.1 0.13 0 0.57 252.86 0.07 0.4
Hex 63 60 6E A D 0 39 FD 7 28
Octal 143 140 156 12 15 0 71 375 7 50
Binary 1100011 1100000 1101110 1010 1101 0 111001 11111101 111 101000

Color Harmonies of #63606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63606E

Black with #63606E

Text Example


Text Example

White with #63606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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