Html Css Color HEX #656A70 Shuttle Grey

📋 copy color: '#656A70'

red 101 ◦ green 106 ◦ blue 112

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

Shades of Shuttle Grey #656A70

Tints of Shuttle Grey #656A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 31.66%
G = 33.23%
B = 35.11%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656A70 (or 0x656A70) is known color: Shuttle Grey. HEX triplet: 65, 6A and 70. RGB value is (101,106,112). Sum of RGB (Red+Green+Blue) = 101+106+112=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #656A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A70 is #9A958F. Grayscale: #696969. Windows color (decimal): -10130832 or 7367269. OLE color: 7367269.

HSL color Cylindrical-coordinate representation of color #656A70: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656A70 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 106 112 -
CMYK 0.10 0.05 0 0.56
HSL 212.73º 0.05% 0.42% -
HSV(B) 212.73º 0.1% 0.44% -
XYZ 13.45 14.24 17.37 -
YUV 105.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 101 106 112 0.10 0.05 0 0.56 212.73 0.05 0.42
Hex 65 6A 70 A 5 0 38 D5 5 2A
Octal 145 152 160 12 5 0 70 325 5 52
Binary 1100101 1101010 1110000 1010 101 0 111000 11010101 101 101010

Color Harmonies of #656A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656A70

Black with #656A70

Text Example


Text Example

White with #656A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,112); }

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

background-color css

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

 a { background-color: rgb(101,106,112); }

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

border-color css

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

 span { border-color: rgb(101,106,112); }

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