#656869

Color #656869 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #656869

Tints of Pale Sky #656869

Color information

#656869 (or 0x656869) is unknown color: approx 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

RGB101104105-
CMYK0.040.0100.59
HSL195º1.94%40.39%-
HSV(B)195º3.81%41.18%-
XYZ12.8713.6915.33-
YUV103.22129.01126.42-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1011041050.040.0100.591951.9440.39
Hex6568694103Bc3228
Octal14515015141073303250
Binary110010111010001101001100101110111100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>