#635F70

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

Shades of Smoky #635F70

Tints of Smoky #635F70

Color information

#635F70 (or 0x635F70) is unknown color: approx Smoky. HEX triplet: 63, 5F and 70. RGB value is (99,95,112). Sum of RGB (Red+Green+Blue) = 99+95+112=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #635F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F70 is #9CA08F. Grayscale: #626262. Windows color (decimal): -10264720 or 7364451. OLE color: 7364451.

HSL color Cylindrical-coordinate representation of color #635F70: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635F70 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9995112-
CMYK0.120.1500.56
HSL254.12º8.21%40.59%-
HSV(B)254.12º15.18%43.92%-
XYZ12.1612.0117.01-
YUV98.13135.83128.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=32.35%
G=31.05%
B=36.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99951120.120.1500.56254.128.2140.59
Hex635F70CF038fe829
Octal14313716014170703761051
Binary110001110111111110000110011110111000111111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635F70; }

 p { color: rgb(99,95,112); }

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

<style>
 a { background-color: #635F70; }

 a { background-color: rgb(99,95,112); }

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

<style>
 span { border-color: #635F70; }

 span { border-color: rgb(99,95,112); }

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