#63606A

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

Shades of Smoky #63606A

Tints of Smoky #63606A

Color information

#63606A (or 0x63606A) is unknown color: approx 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

RGB9996106-
CMYK0.070.0900.58
HSL258º4.95%39.61%-
HSV(B)258º9.43%41.57%-
XYZ11.9312.0615.33-
YUV98.04132.49128.69-

RGB Variations

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

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.80% from 255) = 35.22%
R=32.89%
G=31.89%
B=35.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99961060.070.0900.582584.9539.61
Hex63606A7903A102528
Octal143140152711072402550
Binary11000111100000110101011110010111010100000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>