#656669

Color #656669 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #656669

Tints of Shuttle Grey #656669

Color information

#656669 (or 0x656669) is unknown color: approx Shuttle Grey. HEX triplet: 65, 66 and 69. RGB value is (101,102,105). Sum of RGB (Red+Green+Blue) = 101+102+105=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 105 - color contains mainly: blue. Hex color #656669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656669 is #9A9996. Grayscale: #666666. Windows color (decimal): -10131863 or 6907493. OLE color: 6907493.

HSL color Cylindrical-coordinate representation of color #656669: hue angle of 225º 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 #656669 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB101102105-
CMYK0.040.0300.59
HSL225º1.94%40.39%-
HSV(B)225º3.81%41.18%-
XYZ12.6713.2915.26-
YUV102.04129.67127.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=32.79%
G=33.12%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1011021050.040.0300.592251.9440.39
Hex6566694303Be1228
Octal14514615143073341250
Binary1100101110011011010011001101110111110000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656669; }

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

 H1.HeaderClassName
 {
   color: #656669;
 }
 .AnyTagClassName
 {
   color: #656669;
 }
</style>
background-color css

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

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

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

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

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

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