Html Css Color HEX #606469 Shuttle Grey

📋 copy color: '#606469'

red 96 ◦ green 100 ◦ blue 105

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

Shades of Shuttle Grey #606469

Tints of Shuttle Grey #606469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 31.89%
G = 33.22%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606469 (or 0x606469) is known color: Shuttle Grey. HEX triplet: 60, 64 and 69. RGB value is (96,100,105). Sum of RGB (Red+Green+Blue) = 96+100+105=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #606469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606469 is #9F9B96. Grayscale: #636363. Windows color (decimal): -10460055 or 6906976. OLE color: 6906976.

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

Color convert

RGB 96 100 105 -
CMYK 0.09 0.05 0 0.59
HSL 213.33º 0.04% 0.39% -
HSV(B) 213.33º 0.09% 0.41% -
XYZ 11.93 12.62 15.17 -
YUV 99.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 96 100 105 0.09 0.05 0 0.59 213.33 0.04 0.39
Hex 60 64 69 9 5 0 3B D5 4 27
Octal 140 144 151 11 5 0 73 325 4 47
Binary 1100000 1100100 1101001 1001 101 0 111011 11010101 100 100111

Color Harmonies of #606469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606469

Black with #606469

Text Example


Text Example

White with #606469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606469; }

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

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

background-color css

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

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

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

border-color css

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

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

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