Html Css Color HEX #656B6C Pale Sky

📋 copy color: '#656B6C'

red 101 ◦ green 107 ◦ blue 108

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

Shades of Pale Sky #656B6C

Tints of Pale Sky #656B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 31.96%
G = 33.86%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#656B6C (or 0x656B6C) is known color: Pale Sky. HEX triplet: 65, 6B and 6C. RGB value is (101,107,108). Sum of RGB (Red+Green+Blue) = 101+107+108=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 108 - color contains mainly: blue. Hex color #656B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B6C is #9A9493. Grayscale: #696969. Windows color (decimal): -10130580 or 7105381. OLE color: 7105381.

HSL color Cylindrical-coordinate representation of color #656B6C: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #656B6C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 107 108 -
CMYK 0.06 0.01 0 0.58
HSL 188.57º 0.03% 0.41% -
HSV(B) 188.57º 0.06% 0.42% -
XYZ 13.33 14.36 16.26 -
YUV 105.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 101 107 108 0.06 0.01 0 0.58 188.57 0.03 0.41
Hex 65 6B 6C 6 1 0 3A BD 3 29
Octal 145 153 154 6 1 0 72 275 3 51
Binary 1100101 1101011 1101100 110 1 0 111010 10111101 11 101001

Color Harmonies of #656B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656B6C

Black with #656B6C

Text Example


Text Example

White with #656B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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