Html Css Color HEX #606368 Shuttle Grey

📋 copy color: '#606368'

red 96 ◦ green 99 ◦ blue 104

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

Shades of Shuttle Grey #606368

Tints of Shuttle Grey #606368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 32.11%
G = 33.11%
B = 34.78%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606368 (or 0x606368) is known color: Shuttle Grey. HEX triplet: 60, 63 and 68. RGB value is (96,99,104). Sum of RGB (Red+Green+Blue) = 96+99+104=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: blue. Hex color #606368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606368 is #9F9C97. Grayscale: #626262. Windows color (decimal): -10460312 or 6841184. OLE color: 6841184.

HSL color Cylindrical-coordinate representation of color #606368: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606368 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 99 104 -
CMYK 0.08 0.05 0 0.59
HSL 217.5º 0.04% 0.39% -
HSV(B) 217.5º 0.08% 0.41% -
XYZ 11.78 12.41 14.87 -
YUV 98.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 96 99 104 0.08 0.05 0 0.59 217.5 0.04 0.39
Hex 60 63 68 8 5 0 3B DA 4 27
Octal 140 143 150 10 5 0 73 332 4 47
Binary 1100000 1100011 1101000 1000 101 0 111011 11011010 100 100111

Color Harmonies of #606368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606368

Black with #606368

Text Example


Text Example

White with #606368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606368; }

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

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

background-color css

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

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

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

border-color css

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

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

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