#626F71

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

Shades of Pale Sky #626F71

Tints of Pale Sky #626F71

Color information

#626F71 (or 0x626F71) is unknown color: approx Pale Sky. HEX triplet: 62, 6F and 71. RGB value is (98,111,113). Sum of RGB (Red+Green+Blue) = 98+111+113=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #626F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F71 is #9D908E. Grayscale: #6B6B6B. Windows color (decimal): -10326159 or 7434082. OLE color: 7434082.

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

Color convert

RGB98111113-
CMYK0.130.0200.56
HSL188º7.11%41.37%-
HSV(B)188º13.27%44.31%-
XYZ13.715.1617.83-
YUV107.34131.19121.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=30.43%
G=34.47%
B=35.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981111130.130.0200.561887.1141.37
Hex626F71D2038bc729
Octal142157161152070274751
Binary110001011011111110001110110011100010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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