Html Css Color HEX #616466 Shuttle Grey

📋 copy color: '#616466'

red 97 ◦ green 100 ◦ blue 102

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

Shades of Shuttle Grey #616466

Tints of Shuttle Grey #616466

RGB

 RED value IS 97 (38.28% from 255) = 32.44%

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 32.44%
G = 33.44%
B = 34.11%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#616466 (or 0x616466) is known color: Shuttle Grey. HEX triplet: 61, 64 and 66. RGB value is (97,100,102). Sum of RGB (Red+Green+Blue) = 97+100+102=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 102 - color contains mainly: blue. Hex color #616466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616466 is #9E9B99. Grayscale: #636363. Windows color (decimal): -10394522 or 6710369. OLE color: 6710369.

HSL color Cylindrical-coordinate representation of color #616466: hue angle of 204º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #616466 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 100 102 -
CMYK 0.05 0.02 0 0.6
HSL 204º 0.03% 0.39% -
HSV(B) 204º 0.05% 0.4% -
XYZ 11.89 12.62 14.38 -
YUV 99.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 97 100 102 0.05 0.02 0 0.6 204 0.03 0.39
Hex 61 64 66 5 2 0 3C CC 3 27
Octal 141 144 146 5 2 0 74 314 3 47
Binary 1100001 1100100 1100110 101 10 0 111100 11001100 11 100111

Color Harmonies of #616466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616466

Black with #616466

Text Example


Text Example

White with #616466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616466; }

 p { color: rgb(97,100,102); }

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

background-color css

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

 a { background-color: rgb(97,100,102); }

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

border-color css

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

 span { border-color: rgb(97,100,102); }

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