Html Css Color HEX #606468 Shuttle Grey

📋 copy color: '#606468'

red 96 ◦ green 100 ◦ blue 104

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

Shades of Shuttle Grey #606468

Tints of Shuttle Grey #606468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 32%
G = 33.33%
B = 34.67%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606468 (or 0x606468) is known color: Shuttle Grey. HEX triplet: 60, 64 and 68. RGB value is (96,100,104). Sum of RGB (Red+Green+Blue) = 96+100+104=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: blue. Hex color #606468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606468 is #9F9B97. Grayscale: #636363. Windows color (decimal): -10460056 or 6841440. OLE color: 6841440.

HSL color Cylindrical-coordinate representation of color #606468: hue angle of 210º 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 #606468 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 100 104 -
CMYK 0.08 0.04 0 0.59
HSL 210º 0.04% 0.39% -
HSV(B) 210º 0.08% 0.41% -
XYZ 11.88 12.6 14.9 -
YUV 99.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 96 100 104 0.08 0.04 0 0.59 210 0.04 0.39
Hex 60 64 68 8 4 0 3B D2 4 27
Octal 140 144 150 10 4 0 73 322 4 47
Binary 1100000 1100100 1101000 1000 100 0 111011 11010010 100 100111

Color Harmonies of #606468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606468

Black with #606468

Text Example


Text Example

White with #606468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606468; }

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

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

background-color css

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

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

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

border-color css

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

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

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