#626F73

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

Shades of Pale Sky #626F73

Tints of Pale Sky #626F73

Color information

#626F73 (or 0x626F73) is unknown color: approx Pale Sky. HEX triplet: 62, 6F and 73. RGB value is (98,111,115). Sum of RGB (Red+Green+Blue) = 98+111+115=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #626F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F73 is #9D908C. Grayscale: #6B6B6B. Windows color (decimal): -10326157 or 7565154. OLE color: 7565154.

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

Color convert

RGB98111115-
CMYK0.150.0300.55
HSL194.12º7.98%41.76%-
HSV(B)194.12º14.78%45.1%-
XYZ13.8215.218.43-
YUV107.57132.19121.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=30.25%
G=34.26%
B=35.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981111150.150.0300.55194.127.9841.76
Hex626F73F3037c282a
Octal1421571631730673021052
Binary1100010110111111100111111110110111110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F73; }

 p { color: rgb(98,111,115); }

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

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

 a { background-color: rgb(98,111,115); }

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

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

 span { border-color: rgb(98,111,115); }

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