#606770

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

Shades of Shuttle Grey #606770

Tints of Shuttle Grey #606770

Color information

#606770 (or 0x606770) is unknown color: approx Shuttle Grey. HEX triplet: 60, 67 and 70. RGB value is (96,103,112). Sum of RGB (Red+Green+Blue) = 96+103+112=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #606770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606770 is #9F988F. Grayscale: #656565. Windows color (decimal): -10459280 or 7366496. OLE color: 7366496.

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

Color convert

RGB96103112-
CMYK0.140.0800.56
HSL213.75º7.69%40.78%-
HSV(B)213.75º14.29%43.92%-
XYZ12.613.3617.24-
YUV101.93133.68123.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=30.87%
G=33.12%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961031120.140.0800.56213.757.6940.78
Hex606770E8038d6829
Octal14014716016100703261051
Binary110000011001111110000111010000111000110101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606770; }

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

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

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

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

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

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

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

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