Html Css Color HEX #637072 Pale Sky

📋 copy color: '#637072'

red 99 ◦ green 112 ◦ blue 114

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

Shades of Pale Sky #637072

Tints of Pale Sky #637072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 30.46%
G = 34.46%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#637072 (or 0x637072) is known color: Pale Sky. HEX triplet: 63, 70 and 72. RGB value is (99,112,114). Sum of RGB (Red+Green+Blue) = 99+112+114=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #637072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637072 is #9C8F8D. Grayscale: #6C6C6C. Windows color (decimal): -10260366 or 7499875. OLE color: 7499875.

HSL color Cylindrical-coordinate representation of color #637072: hue angle of 188º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #637072 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 112 114 -
CMYK 0.13 0.02 0 0.55
HSL 188º 0.07% 0.42% -
HSV(B) 188º 0.13% 0.45% -
XYZ 13.98 15.46 18.17 -
YUV 108.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 99 112 114 0.13 0.02 0 0.55 188 0.07 0.42
Hex 63 70 72 D 2 0 37 BC 7 2A
Octal 143 160 162 15 2 0 67 274 7 52
Binary 1100011 1110000 1110010 1101 10 0 110111 10111100 111 101010

Color Harmonies of #637072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637072

Black with #637072

Text Example


Text Example

White with #637072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637072; }

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

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

background-color css

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

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

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

border-color css

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

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

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