#606775

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

Shades of Shuttle Grey #606775

Tints of Shuttle Grey #606775

Color information

#606775 (or 0x606775) is unknown color: approx Shuttle Grey. HEX triplet: 60, 67 and 75. RGB value is (96,103,117). Sum of RGB (Red+Green+Blue) = 96+103+117=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #606775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606775 is #9F988A. Grayscale: #666666. Windows color (decimal): -10459275 or 7694176. OLE color: 7694176.

HSL color Cylindrical-coordinate representation of color #606775: hue angle of 220º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606775 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96103117-
CMYK0.180.1200.54
HSL220º9.86%41.76%-
HSV(B)220º17.95%45.88%-
XYZ12.8913.4718.75-
YUV102.5136.18123.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=30.38%
G=32.59%
B=37.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961031170.180.1200.542209.8641.76
Hex60677512C036dca2a
Octal14014716522140663341252
Binary1100000110011111101011001011000110110110111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606775; }

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

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

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

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

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

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

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

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