Html Css Color HEX #64666C Shuttle Grey

📋 copy color: '#64666C'

red 100 ◦ green 102 ◦ blue 108

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

Shades of Shuttle Grey #64666C

Tints of Shuttle Grey #64666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 32.26%
G = 32.9%
B = 34.84%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64666C (or 0x64666C) is known color: Shuttle Grey. HEX triplet: 64, 66 and 6C. RGB value is (100,102,108). Sum of RGB (Red+Green+Blue) = 100+102+108=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #64666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64666C is #9B9993. Grayscale: #666666. Windows color (decimal): -10197396 or 7104100. OLE color: 7104100.

HSL color Cylindrical-coordinate representation of color #64666C: hue angle of 225º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64666C is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 102 108 -
CMYK 0.07 0.06 0 0.58
HSL 225º 0.04% 0.41% -
HSV(B) 225º 0.07% 0.42% -
XYZ 12.71 13.29 16.08 -
YUV 102.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 100 102 108 0.07 0.06 0 0.58 225 0.04 0.41
Hex 64 66 6C 7 6 0 3A E1 4 29
Octal 144 146 154 7 6 0 72 341 4 51
Binary 1100100 1100110 1101100 111 110 0 111010 11100001 100 101001

Color Harmonies of #64666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64666C

Black with #64666C

Text Example


Text Example

White with #64666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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