Html Css Color HEX #606265 Shuttle Grey

📋 copy color: '#606265'

red 96 ◦ green 98 ◦ blue 101

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

Shades of Shuttle Grey #606265

Tints of Shuttle Grey #606265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 32.54%
G = 33.22%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#606265 (or 0x606265) is known color: Shuttle Grey. HEX triplet: 60, 62 and 65. RGB value is (96,98,101). Sum of RGB (Red+Green+Blue) = 96+98+101=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 101 - color contains mainly: blue. Hex color #606265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606265 is #9F9D9A. Grayscale: #616161. Windows color (decimal): -10460571 or 6644320. OLE color: 6644320.

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

Color convert

RGB 96 98 101 -
CMYK 0.05 0.03 0 0.60
HSL 216º 0.03% 0.39% -
HSV(B) 216º 0.05% 0.4% -
XYZ 11.54 12.16 14.05 -
YUV 97.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 96 98 101 0.05 0.03 0 0.60 216 0.03 0.39
Hex 60 62 65 5 3 0 3C D8 3 27
Octal 140 142 145 5 3 0 74 330 3 47
Binary 1100000 1100010 1100101 101 11 0 111100 11011000 11 100111

Color Harmonies of #606265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606265

Black with #606265

Text Example


Text Example

White with #606265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606265; }

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

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

background-color css

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

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

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

border-color css

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

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

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