Html Css Color HEX #637274 Pale Sky

📋 copy color: '#637274'

red 99 ◦ green 114 ◦ blue 116

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

Shades of Pale Sky #637274

Tints of Pale Sky #637274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 30.09%
G = 34.65%
B = 35.26%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#637274 (or 0x637274) is known color: Pale Sky. HEX triplet: 63, 72 and 74. RGB value is (99,114,116). Sum of RGB (Red+Green+Blue) = 99+114+116=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #637274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637274 is #9C8D8B. Grayscale: #6D6D6D. Windows color (decimal): -10259852 or 7631459. OLE color: 7631459.

HSL color Cylindrical-coordinate representation of color #637274: hue angle of 187.06º 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 #637274 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 114 116 -
CMYK 0.15 0.02 0 0.55
HSL 187.06º 0.08% 0.42% -
HSV(B) 187.06º 0.15% 0.45% -
XYZ 14.32 15.95 18.85 -
YUV 109.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 99 114 116 0.15 0.02 0 0.55 187.06 0.08 0.42
Hex 63 72 74 F 2 0 37 BB 8 2A
Octal 143 162 164 17 2 0 67 273 10 52
Binary 1100011 1110010 1110100 1111 10 0 110111 10111011 1000 101010

Color Harmonies of #637274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637274

Black with #637274

Text Example


Text Example

White with #637274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637274; }

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

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

background-color css

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

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

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

border-color css

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

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

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