Html Css Color HEX #606B76 Shuttle Grey

📋 copy color: '#606B76'

red 96 ◦ green 107 ◦ blue 118

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

Shades of Shuttle Grey #606B76

Tints of Shuttle Grey #606B76

RGB

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

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

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

R = 29.91%
G = 33.33%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606B76 (or 0x606B76) is known color: Shuttle Grey. HEX triplet: 60, 6B and 76. RGB value is (96,107,118). Sum of RGB (Red+Green+Blue) = 96+107+118=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #606B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B76 is #9F9489. Grayscale: #686868. Windows color (decimal): -10458250 or 7760736. OLE color: 7760736.

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

Color convert

RGB 96 107 118 -
CMYK 0.19 0.09 0 0.54
HSL 210º 0.1% 0.42% -
HSV(B) 210º 0.19% 0.46% -
XYZ 13.35 14.31 19.2 -
YUV 104.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 96 107 118 0.19 0.09 0 0.54 210 0.1 0.42
Hex 60 6B 76 13 9 0 36 D2 A 2A
Octal 140 153 166 23 11 0 66 322 12 52
Binary 1100000 1101011 1110110 10011 1001 0 110110 11010010 1010 101010

Color Harmonies of #606B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B76

Black with #606B76

Text Example


Text Example

White with #606B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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