#636070

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

Shades of Smoky #636070

Tints of Smoky #636070

Color information

#636070 (or 0x636070) is unknown color: approx Smoky. HEX triplet: 63, 60 and 70. RGB value is (99,96,112). Sum of RGB (Red+Green+Blue) = 99+96+112=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #636070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636070 is #9C9F8F. Grayscale: #626262. Windows color (decimal): -10264464 or 7364707. OLE color: 7364707.

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

Color convert

RGB9996112-
CMYK0.120.1400.56
HSL251.25º7.69%40.78%-
HSV(B)251.25º14.29%43.92%-
XYZ12.2512.1917.04-
YUV98.72135.49128.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=32.25%
G=31.27%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99961120.120.1400.56251.257.6940.78
Hex636070CE038fb829
Octal14314016014160703731051
Binary110001111000001110000110011100111000111110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636070; }

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

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

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

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

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

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

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

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