Html Css Color HEX #636F75 Pale Sky

📋 copy color: '#636F75'

red 99 ◦ green 111 ◦ blue 117

#636F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #636F75

Tints of Pale Sky #636F75

RGB

 RED value IS 99 (39.06% from 255) = 30.28%

 GREEN value IS 111 (43.75% from 255) = 33.94%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 30.28%
G = 33.94%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#636F75 (or 0x636F75) is known color: Pale Sky. HEX triplet: 63, 6F and 75. RGB value is (99,111,117). Sum of RGB (Red+Green+Blue) = 99+111+117=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #636F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F75 is #9C908A. Grayscale: #6C6C6C. Windows color (decimal): -10260619 or 7696227. OLE color: 7696227.

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

Color convert

RGB 99 111 117 -
CMYK 0.15 0.05 0 0.54
HSL 200º 0.08% 0.42% -
HSV(B) 200º 0.15% 0.46% -
XYZ 14.04 15.31 19.04 -
YUV 108.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 99 111 117 0.15 0.05 0 0.54 200 0.08 0.42
Hex 63 6F 75 F 5 0 36 C8 8 2A
Octal 143 157 165 17 5 0 66 310 10 52
Binary 1100011 1101111 1110101 1111 101 0 110110 11001000 1000 101010

Color Harmonies of #636F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F75

Black with #636F75

Text Example


Text Example

White with #636F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #636F75;
 }
 .AnyTagClassName
 {
   color: #636F75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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