#626B6D

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

Shades of Pale Sky #626B6D

Tints of Pale Sky #626B6D

Color information

#626B6D (or 0x626B6D) is unknown color: approx Pale Sky. HEX triplet: 62, 6B and 6D. RGB value is (98,107,109). Sum of RGB (Red+Green+Blue) = 98+107+109=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #626B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B6D is #9D9492. Grayscale: #686868. Windows color (decimal): -10327187 or 7170914. OLE color: 7170914.

HSL color Cylindrical-coordinate representation of color #626B6D: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #626B6D is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB98107109-
CMYK0.100.0200.57
HSL190.91º5.31%40.59%-
HSV(B)190.91º10.09%42.75%-
XYZ13.0614.2216.52-
YUV104.54130.52123.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=31.21%
G=34.08%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981071090.100.0200.57190.915.3140.59
Hex626B6DA2039bf529
Octal142153155122071277551
Binary110001011010111101101101010011100110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,107,109); }

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

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

 a { background-color: rgb(98,107,109); }

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

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

 span { border-color: rgb(98,107,109); }

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