Html Css Color HEX #616468 Shuttle Grey

📋 copy color: '#616468'

red 97 ◦ green 100 ◦ blue 104

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

Shades of Shuttle Grey #616468

Tints of Shuttle Grey #616468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 32.23%
G = 33.22%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616468 (or 0x616468) is known color: Shuttle Grey. HEX triplet: 61, 64 and 68. RGB value is (97,100,104). Sum of RGB (Red+Green+Blue) = 97+100+104=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: blue. Hex color #616468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616468 is #9E9B97. Grayscale: #636363. Windows color (decimal): -10394520 or 6841441. OLE color: 6841441.

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

Color convert

RGB 97 100 104 -
CMYK 0.07 0.04 0 0.59
HSL 214.29º 0.03% 0.39% -
HSV(B) 214.29º 0.07% 0.41% -
XYZ 11.99 12.66 14.91 -
YUV 99.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 97 100 104 0.07 0.04 0 0.59 214.29 0.03 0.39
Hex 61 64 68 7 4 0 3B D6 3 27
Octal 141 144 150 7 4 0 73 326 3 47
Binary 1100001 1100100 1101000 111 100 0 111011 11010110 11 100111

Color Harmonies of #616468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616468

Black with #616468

Text Example


Text Example

White with #616468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616468; }

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

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

background-color css

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

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

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

border-color css

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

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

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