Html Css Color HEX #606569 Shuttle Grey

📋 copy color: '#606569'

red 96 ◦ green 101 ◦ blue 105

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

Shades of Shuttle Grey #606569

Tints of Shuttle Grey #606569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 31.79%
G = 33.44%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606569 (or 0x606569) is known color: Shuttle Grey. HEX triplet: 60, 65 and 69. RGB value is (96,101,105). Sum of RGB (Red+Green+Blue) = 96+101+105=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 105 - color contains mainly: blue. Hex color #606569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606569 is #9F9A96. Grayscale: #636363. Windows color (decimal): -10459799 or 6907232. OLE color: 6907232.

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

Color convert

RGB 96 101 105 -
CMYK 0.09 0.04 0 0.59
HSL 206.67º 0.04% 0.39% -
HSV(B) 206.67º 0.09% 0.41% -
XYZ 12.03 12.81 15.2 -
YUV 99.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 96 101 105 0.09 0.04 0 0.59 206.67 0.04 0.39
Hex 60 65 69 9 4 0 3B CF 4 27
Octal 140 145 151 11 4 0 73 317 4 47
Binary 1100000 1100101 1101001 1001 100 0 111011 11001111 100 100111

Color Harmonies of #606569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606569

Black with #606569

Text Example


Text Example

White with #606569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606569; }

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

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

background-color css

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

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

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

border-color css

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

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

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