Html Css Color HEX #626D72 Pale Sky

📋 copy color: '#626D72'

red 98 ◦ green 109 ◦ blue 114

#626D72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #626D72

Tints of Pale Sky #626D72

RGB

 RED value IS 98 (38.67% from 255) = 30.53%

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 30.53%
G = 33.96%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626D72 (or 0x626D72) is known color: Pale Sky. HEX triplet: 62, 6D and 72. RGB value is (98,109,114). Sum of RGB (Red+Green+Blue) = 98+109+114=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #626D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D72 is #9D928D. Grayscale: #6A6A6A. Windows color (decimal): -10326670 or 7499106. OLE color: 7499106.

HSL color Cylindrical-coordinate representation of color #626D72: hue angle of 198.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626D72 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 109 114 -
CMYK 0.14 0.04 0 0.55
HSL 198.75º 0.08% 0.42% -
HSV(B) 198.75º 0.14% 0.45% -
XYZ 13.54 14.75 18.05 -
YUV 106.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 98 109 114 0.14 0.04 0 0.55 198.75 0.08 0.42
Hex 62 6D 72 E 4 0 37 C7 8 2A
Octal 142 155 162 16 4 0 67 307 10 52
Binary 1100010 1101101 1110010 1110 100 0 110111 11000111 1000 101010

Color Harmonies of #626D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D72

Black with #626D72

Text Example


Text Example

White with #626D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #626D72;
 }
 .AnyTagClassName
 {
   color: #626D72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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