Html Css Color HEX #656E72 Pale Sky

📋 copy color: '#656E72'

red 101 ◦ green 110 ◦ blue 114

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

Shades of Pale Sky #656E72

Tints of Pale Sky #656E72

RGB

 RED value IS 101 (39.84% from 255) = 31.08%

 GREEN value IS 110 (43.36% from 255) = 33.85%

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

R = 31.08%
G = 33.85%
B = 35.08%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656E72 (or 0x656E72) is known color: Pale Sky. HEX triplet: 65, 6E and 72. RGB value is (101,110,114). Sum of RGB (Red+Green+Blue) = 101+110+114=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #656E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E72 is #9A918D. Grayscale: #6B6B6B. Windows color (decimal): -10129806 or 7499365. OLE color: 7499365.

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

Color convert

RGB 101 110 114 -
CMYK 0.11 0.04 0 0.55
HSL 198.46º 0.06% 0.42% -
HSV(B) 198.46º 0.11% 0.45% -
XYZ 13.98 15.13 18.1 -
YUV 107.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 101 110 114 0.11 0.04 0 0.55 198.46 0.06 0.42
Hex 65 6E 72 B 4 0 37 C6 6 2A
Octal 145 156 162 13 4 0 67 306 6 52
Binary 1100101 1101110 1110010 1011 100 0 110111 11000110 110 101010

Color Harmonies of #656E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E72

Black with #656E72

Text Example


Text Example

White with #656E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656E72; }

 p { color: rgb(101,110,114); }

 H1.HeaderClassName
 {
   color: #656E72;
 }
 .AnyTagClassName
 {
   color: #656E72;
 }
</style>

background-color css

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

 a { background-color: rgb(101,110,114); }

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

border-color css

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

 span { border-color: rgb(101,110,114); }

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