Html Css Color HEX #606369 Shuttle Grey

📋 copy color: '#606369'

red 96 ◦ green 99 ◦ blue 105

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

Shades of Shuttle Grey #606369

Tints of Shuttle Grey #606369

RGB

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

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

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

R = 32%
G = 33%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606369 (or 0x606369) is known color: Shuttle Grey. HEX triplet: 60, 63 and 69. RGB value is (96,99,105). Sum of RGB (Red+Green+Blue) = 96+99+105=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #606369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606369 is #9F9C96. Grayscale: #626262. Windows color (decimal): -10460311 or 6906720. OLE color: 6906720.

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

Color convert

RGB 96 99 105 -
CMYK 0.09 0.06 0 0.59
HSL 220º 0.04% 0.39% -
HSV(B) 220º 0.09% 0.41% -
XYZ 11.84 12.43 15.14 -
YUV 98.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 96 99 105 0.09 0.06 0 0.59 220 0.04 0.39
Hex 60 63 69 9 6 0 3B DC 4 27
Octal 140 143 151 11 6 0 73 334 4 47
Binary 1100000 1100011 1101001 1001 110 0 111011 11011100 100 100111

Color Harmonies of #606369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606369

Black with #606369

Text Example


Text Example

White with #606369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606369; }

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

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

background-color css

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

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

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

border-color css

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

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

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