#627276

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

Shades of Pale Sky #627276

Tints of Pale Sky #627276

Color information

#627276 (or 0x627276) is unknown color: approx Pale Sky. HEX triplet: 62, 72 and 76. RGB value is (98,114,118). Sum of RGB (Red+Green+Blue) = 98+114+118=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #627276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627276 is #9D8D89. Grayscale: #6D6D6D. Windows color (decimal): -10325386 or 7762530. OLE color: 7762530.

HSL color Cylindrical-coordinate representation of color #627276: hue angle of 192º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #627276 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB98114118-
CMYK0.170.0300.54
HSL192º9.26%42.35%-
HSV(B)192º16.95%46.27%-
XYZ14.3215.9419.46-
YUV109.67132.7119.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=29.70%
G=34.55%
B=35.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981141180.170.0300.541929.2642.35
Hex627276113036c092a
Octal1421621662130663001152
Binary11000101110010111011010001110110110110000001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627276; }

 p { color: rgb(98,114,118); }

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

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

 a { background-color: rgb(98,114,118); }

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

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

 span { border-color: rgb(98,114,118); }

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