#606870

Color #606870 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #606870

Tints of Shuttle Grey #606870

Color information

#606870 (or 0x606870) is unknown color: approx Shuttle Grey. HEX triplet: 60, 68 and 70. RGB value is (96,104,112). Sum of RGB (Red+Green+Blue) = 96+104+112=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #606870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606870 is #9F978F. Grayscale: #666666. Windows color (decimal): -10459024 or 7366752. OLE color: 7366752.

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

Color convert

RGB96104112-
CMYK0.140.0700.56
HSL210º7.69%40.78%-
HSV(B)210º14.29%43.92%-
XYZ12.713.5617.28-
YUV102.52133.35123.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=30.77%
G=33.33%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961041120.140.0700.562107.6940.78
Hex606870E7038d2829
Octal1401501601670703221051
Binary11000001101000111000011101110111000110100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606870; }

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

 H1.HeaderClassName
 {
   color: #606870;
 }
 .AnyTagClassName
 {
   color: #606870;
 }
</style>
background-color css

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

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

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

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

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

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