Html Css Color HEX #606A76 Shuttle Grey

📋 copy color: '#606A76'

red 96 ◦ green 106 ◦ blue 118

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

Shades of Shuttle Grey #606A76

Tints of Shuttle Grey #606A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 30%
G = 33.13%
B = 36.88%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606A76 (or 0x606A76) is known color: Shuttle Grey. HEX triplet: 60, 6A and 76. RGB value is (96,106,118). Sum of RGB (Red+Green+Blue) = 96+106+118=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #606A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A76 is #9F9589. Grayscale: #686868. Windows color (decimal): -10458506 or 7760480. OLE color: 7760480.

HSL color Cylindrical-coordinate representation of color #606A76: hue angle of 212.73º 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 #606A76 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 106 118 -
CMYK 0.19 0.10 0 0.54
HSL 212.73º 0.1% 0.42% -
HSV(B) 212.73º 0.19% 0.46% -
XYZ 13.25 14.1 19.16 -
YUV 104.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 96 106 118 0.19 0.10 0 0.54 212.73 0.1 0.42
Hex 60 6A 76 13 A 0 36 D5 A 2A
Octal 140 152 166 23 12 0 66 325 12 52
Binary 1100000 1101010 1110110 10011 1010 0 110110 11010101 1010 101010

Color Harmonies of #606A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A76

Black with #606A76

Text Example


Text Example

White with #606A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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