Html Css Color HEX #656F72 Pale Sky

📋 copy color: '#656F72'

red 101 ◦ green 111 ◦ blue 114

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

Shades of Pale Sky #656F72

Tints of Pale Sky #656F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 30.98%
G = 34.05%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656F72 (or 0x656F72) is known color: Pale Sky. HEX triplet: 65, 6F and 72. RGB value is (101,111,114). Sum of RGB (Red+Green+Blue) = 101+111+114=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #656F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F72 is #9A908D. Grayscale: #6C6C6C. Windows color (decimal): -10129550 or 7499621. OLE color: 7499621.

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

Color convert

RGB 101 111 114 -
CMYK 0.11 0.03 0 0.55
HSL 193.85º 0.06% 0.42% -
HSV(B) 193.85º 0.11% 0.45% -
XYZ 14.09 15.35 18.14 -
YUV 108.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 101 111 114 0.11 0.03 0 0.55 193.85 0.06 0.42
Hex 65 6F 72 B 3 0 37 C2 6 2A
Octal 145 157 162 13 3 0 67 302 6 52
Binary 1100101 1101111 1110010 1011 11 0 110111 11000010 110 101010

Color Harmonies of #656F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F72

Black with #656F72

Text Example


Text Example

White with #656F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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