Html Css Color HEX #656869 Pale Sky

📋 copy color: '#656869'

red 101 ◦ green 104 ◦ blue 105

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

Shades of Pale Sky #656869

Tints of Pale Sky #656869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 32.58%
G = 33.55%
B = 33.87%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#656869 (or 0x656869) is known color: Pale Sky. HEX triplet: 65, 68 and 69. RGB value is (101,104,105). Sum of RGB (Red+Green+Blue) = 101+104+105=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 105 - color contains mainly: blue. Hex color #656869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656869 is #9A9796. Grayscale: #676767. Windows color (decimal): -10131351 or 6908005. OLE color: 6908005.

HSL color Cylindrical-coordinate representation of color #656869: hue angle of 195º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656869 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 104 105 -
CMYK 0.04 0.01 0 0.59
HSL 195º 0.02% 0.4% -
HSV(B) 195º 0.04% 0.41% -
XYZ 12.87 13.69 15.33 -
YUV 103.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 101 104 105 0.04 0.01 0 0.59 195 0.02 0.4
Hex 65 68 69 4 1 0 3B C3 2 28
Octal 145 150 151 4 1 0 73 303 2 50
Binary 1100101 1101000 1101001 100 1 0 111011 11000011 10 101000

Color Harmonies of #656869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656869

Black with #656869

Text Example


Text Example

White with #656869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656869; }

 p { color: rgb(101,104,105); }

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

background-color css

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

 a { background-color: rgb(101,104,105); }

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

border-color css

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

 span { border-color: rgb(101,104,105); }

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