Html Css Color HEX #606670 Shuttle Grey

📋 copy color: '#606670'

red 96 ◦ green 102 ◦ blue 112

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

Shades of Shuttle Grey #606670

Tints of Shuttle Grey #606670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 30.97%
G = 32.9%
B = 36.13%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606670 (or 0x606670) is known color: Shuttle Grey. HEX triplet: 60, 66 and 70. RGB value is (96,102,112). Sum of RGB (Red+Green+Blue) = 96+102+112=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #606670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606670 is #9F998F. Grayscale: #656565. Windows color (decimal): -10459536 or 7366240. OLE color: 7366240.

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

Color convert

RGB 96 102 112 -
CMYK 0.14 0.09 0 0.56
HSL 217.5º 0.08% 0.41% -
HSV(B) 217.5º 0.14% 0.44% -
XYZ 12.5 13.16 17.21 -
YUV 101.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 96 102 112 0.14 0.09 0 0.56 217.5 0.08 0.41
Hex 60 66 70 E 9 0 38 DA 8 29
Octal 140 146 160 16 11 0 70 332 10 51
Binary 1100000 1100110 1110000 1110 1001 0 111000 11011010 1000 101001

Color Harmonies of #606670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606670

Black with #606670

Text Example


Text Example

White with #606670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606670; }

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

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

background-color css

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

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

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

border-color css

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

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

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