#636F74

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

Shades of Pale Sky #636F74

Tints of Pale Sky #636F74

Color information

#636F74 (or 0x636F74) is unknown color: approx Pale Sky. HEX triplet: 63, 6F and 74. RGB value is (99,111,116). Sum of RGB (Red+Green+Blue) = 99+111+116=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #636F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F74 is #9C908B. Grayscale: #6B6B6B. Windows color (decimal): -10260620 or 7630691. OLE color: 7630691.

HSL color Cylindrical-coordinate representation of color #636F74: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636F74 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB99111116-
CMYK0.150.0400.55
HSL197.65º7.91%42.16%-
HSV(B)197.65º14.66%45.49%-
XYZ13.9815.2818.74-
YUV107.98132.52121.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=30.37%
G=34.05%
B=35.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991111160.150.0400.55197.657.9142.16
Hex636F74F4037c682a
Octal1431571641740673061052
Binary11000111101111111010011111000110111110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,111,116); }

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

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

 a { background-color: rgb(99,111,116); }

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

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

 span { border-color: rgb(99,111,116); }

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