#636E70

Color #636E70 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #636E70

Tints of Pale Sky #636E70

Color information

#636E70 (or 0x636E70) is unknown color: approx Pale Sky. HEX triplet: 63, 6E and 70. RGB value is (99,110,112). Sum of RGB (Red+Green+Blue) = 99+110+112=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #636E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E70 is #9C918F. Grayscale: #6A6A6A. Windows color (decimal): -10260880 or 7368291. OLE color: 7368291.

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

Color convert

RGB99110112-
CMYK0.120.0200.56
HSL189.23º6.16%41.37%-
HSV(B)189.23º11.61%43.92%-
XYZ13.6514.9717.5-
YUV106.94130.86122.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=30.84%
G=34.27%
B=34.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991101120.120.0200.56189.236.1641.37
Hex636E70C2038bd629
Octal143156160142070275651
Binary110001111011101110000110010011100010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636E70; }

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

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

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

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

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

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

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

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