Html Css Color HEX #606266 Shuttle Grey

📋 copy color: '#606266'

red 96 ◦ green 98 ◦ blue 102

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

Shades of Shuttle Grey #606266

Tints of Shuttle Grey #606266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 32.43%
G = 33.11%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#606266 (or 0x606266) is known color: Shuttle Grey. HEX triplet: 60, 62 and 66. RGB value is (96,98,102). Sum of RGB (Red+Green+Blue) = 96+98+102=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 102 - color contains mainly: blue. Hex color #606266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606266 is #9F9D99. Grayscale: #616161. Windows color (decimal): -10460570 or 6709856. OLE color: 6709856.

HSL color Cylindrical-coordinate representation of color #606266: hue angle of 220º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606266 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 98 102 -
CMYK 0.06 0.04 0 0.6
HSL 220º 0.03% 0.39% -
HSV(B) 220º 0.06% 0.4% -
XYZ 11.59 12.18 14.31 -
YUV 97.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 96 98 102 0.06 0.04 0 0.6 220 0.03 0.39
Hex 60 62 66 6 4 0 3C DC 3 27
Octal 140 142 146 6 4 0 74 334 3 47
Binary 1100000 1100010 1100110 110 100 0 111100 11011100 11 100111

Color Harmonies of #606266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606266

Black with #606266

Text Example


Text Example

White with #606266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606266; }

 p { color: rgb(96,98,102); }

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

background-color css

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

 a { background-color: rgb(96,98,102); }

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

border-color css

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

 span { border-color: rgb(96,98,102); }

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