#636D70

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

Shades of Pale Sky #636D70

Tints of Pale Sky #636D70

Color information

#636D70 (or 0x636D70) is unknown color: approx Pale Sky. HEX triplet: 63, 6D and 70. RGB value is (99,109,112). Sum of RGB (Red+Green+Blue) = 99+109+112=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #636D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D70 is #9C928F. Grayscale: #6A6A6A. Windows color (decimal): -10261136 or 7368035. OLE color: 7368035.

HSL color Cylindrical-coordinate representation of color #636D70: hue angle of 193.85º 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 #636D70 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB99109112-
CMYK0.120.0300.56
HSL193.85º6.16%41.37%-
HSV(B)193.85º11.61%43.92%-
XYZ13.5414.7617.46-
YUV106.35131.19122.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 112 (44.14% from 255) = 35%
R=30.94%
G=34.06%
B=35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991091120.120.0300.56193.856.1641.37
Hex636D70C3038c2629
Octal143155160143070302651
Binary110001111011011110000110011011100011000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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