Html Css Color HEX #656C6E Pale Sky

📋 copy color: '#656C6E'

red 101 ◦ green 108 ◦ blue 110

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

Shades of Pale Sky #656C6E

Tints of Pale Sky #656C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 31.66%
G = 33.86%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#656C6E (or 0x656C6E) is known color: Pale Sky. HEX triplet: 65, 6C and 6E. RGB value is (101,108,110). Sum of RGB (Red+Green+Blue) = 101+108+110=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 110 - color contains mainly: blue. Hex color #656C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C6E is #9A9391. Grayscale: #6A6A6A. Windows color (decimal): -10130322 or 7236709. OLE color: 7236709.

HSL color Cylindrical-coordinate representation of color #656C6E: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656C6E is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 108 110 -
CMYK 0.08 0.02 0 0.57
HSL 193.33º 0.04% 0.41% -
HSV(B) 193.33º 0.08% 0.43% -
XYZ 13.54 14.62 16.86 -
YUV 106.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 101 108 110 0.08 0.02 0 0.57 193.33 0.04 0.41
Hex 65 6C 6E 8 2 0 39 C1 4 29
Octal 145 154 156 10 2 0 71 301 4 51
Binary 1100101 1101100 1101110 1000 10 0 111001 11000001 100 101001

Color Harmonies of #656C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C6E

Black with #656C6E

Text Example


Text Example

White with #656C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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