Html Css Color HEX #646B74 Shuttle Grey

📋 copy color: '#646B74'

red 100 ◦ green 107 ◦ blue 116

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

Shades of Shuttle Grey #646B74

Tints of Shuttle Grey #646B74

RGB

 RED value IS 100 (39.45% from 255) = 30.96%

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 30.96%
G = 33.13%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646B74 (or 0x646B74) is known color: Shuttle Grey. HEX triplet: 64, 6B and 74. RGB value is (100,107,116). Sum of RGB (Red+Green+Blue) = 100+107+116=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #646B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B74 is #9B948B. Grayscale: #696969. Windows color (decimal): -10196108 or 7629668. OLE color: 7629668.

HSL color Cylindrical-coordinate representation of color #646B74: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646B74 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 107 116 -
CMYK 0.14 0.08 0 0.55
HSL 213.75º 0.07% 0.42% -
HSV(B) 213.75º 0.14% 0.45% -
XYZ 13.67 14.49 18.6 -
YUV 105.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 100 107 116 0.14 0.08 0 0.55 213.75 0.07 0.42
Hex 64 6B 74 E 8 0 37 D6 7 2A
Octal 144 153 164 16 10 0 67 326 7 52
Binary 1100100 1101011 1110100 1110 1000 0 110111 11010110 111 101010

Color Harmonies of #646B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B74

Black with #646B74

Text Example


Text Example

White with #646B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646B74; }

 p { color: rgb(100,107,116); }

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

background-color css

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

 a { background-color: rgb(100,107,116); }

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

border-color css

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

 span { border-color: rgb(100,107,116); }

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