Html Css Color HEX #606570 Shuttle Grey

📋 copy color: '#606570'

red 96 ◦ green 101 ◦ blue 112

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

Shades of Shuttle Grey #606570

Tints of Shuttle Grey #606570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 31.07%
G = 32.69%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606570 (or 0x606570) is known color: Shuttle Grey. HEX triplet: 60, 65 and 70. RGB value is (96,101,112). Sum of RGB (Red+Green+Blue) = 96+101+112=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #606570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606570 is #9F9A8F. Grayscale: #646464. Windows color (decimal): -10459792 or 7365984. OLE color: 7365984.

HSL color Cylindrical-coordinate representation of color #606570: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606570 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 101 112 -
CMYK 0.14 0.10 0 0.56
HSL 221.25º 0.08% 0.41% -
HSV(B) 221.25º 0.14% 0.44% -
XYZ 12.4 12.96 17.18 -
YUV 100.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 96 101 112 0.14 0.10 0 0.56 221.25 0.08 0.41
Hex 60 65 70 E A 0 38 DD 8 29
Octal 140 145 160 16 12 0 70 335 10 51
Binary 1100000 1100101 1110000 1110 1010 0 111000 11011101 1000 101001

Color Harmonies of #606570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606570

Black with #606570

Text Example


Text Example

White with #606570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606570; }

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

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

background-color css

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

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

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

border-color css

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

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

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