#627075

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

Shades of Pale Sky #627075

Tints of Pale Sky #627075

Color information

#627075 (or 0x627075) is unknown color: approx Pale Sky. HEX triplet: 62, 70 and 75. RGB value is (98,112,117). Sum of RGB (Red+Green+Blue) = 98+112+117=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 112 (44.14% from 255 or 34.25% 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 #627075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627075 is #9D8F8A. Grayscale: #6C6C6C. Windows color (decimal): -10325899 or 7696482. OLE color: 7696482.

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

Color convert

RGB98112117-
CMYK0.160.0400.54
HSL195.79º8.84%42.16%-
HSV(B)195.79º16.24%45.88%-
XYZ14.0415.4719.08-
YUV108.38132.86120.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=29.97%
G=34.25%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981121170.160.0400.54195.798.8442.16
Hex627075104036c492a
Octal1421601652040663041152
Binary110001011100001110101100001000110110110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627075; }

 p { color: rgb(98,112,117); }

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

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

 a { background-color: rgb(98,112,117); }

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

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

 span { border-color: rgb(98,112,117); }

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