Html Css Color HEX #606876 Shuttle Grey

📋 copy color: '#606876'

red 96 ◦ green 104 ◦ blue 118

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

Shades of Shuttle Grey #606876

Tints of Shuttle Grey #606876

RGB

 RED value IS 96 (37.89% from 255) = 30.19%

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 30.19%
G = 32.7%
B = 37.11%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606876 (or 0x606876) is known color: Shuttle Grey. HEX triplet: 60, 68 and 76. RGB value is (96,104,118). Sum of RGB (Red+Green+Blue) = 96+104+118=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #606876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606876 is #9F9789. Grayscale: #676767. Windows color (decimal): -10459018 or 7759968. OLE color: 7759968.

HSL color Cylindrical-coordinate representation of color #606876: hue angle of 218.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606876 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 104 118 -
CMYK 0.19 0.12 0 0.54
HSL 218.18º 0.1% 0.42% -
HSV(B) 218.18º 0.19% 0.46% -
XYZ 13.04 13.7 19.1 -
YUV 103.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 96 104 118 0.19 0.12 0 0.54 218.18 0.1 0.42
Hex 60 68 76 13 C 0 36 DA A 2A
Octal 140 150 166 23 14 0 66 332 12 52
Binary 1100000 1101000 1110110 10011 1100 0 110110 11011010 1010 101010

Color Harmonies of #606876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606876

Black with #606876

Text Example


Text Example

White with #606876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606876; }

 p { color: rgb(96,104,118); }

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

background-color css

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

 a { background-color: rgb(96,104,118); }

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

border-color css

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

 span { border-color: rgb(96,104,118); }

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