#606675

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

Shades of Shuttle Grey #606675

Tints of Shuttle Grey #606675

Color information

#606675 (or 0x606675) is unknown color: approx Shuttle Grey. HEX triplet: 60, 66 and 75. RGB value is (96,102,117). Sum of RGB (Red+Green+Blue) = 96+102+117=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #606675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606675 is #9F998A. Grayscale: #656565. Windows color (decimal): -10459531 or 7693920. OLE color: 7693920.

HSL color Cylindrical-coordinate representation of color #606675: hue angle of 222.86º 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 #606675 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96102117-
CMYK0.180.1300.54
HSL222.86º9.86%41.76%-
HSV(B)222.86º17.95%45.88%-
XYZ12.7913.2718.72-
YUV101.92136.51123.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=30.48%
G=32.38%
B=37.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961021170.180.1300.54222.869.8641.76
Hex60667512D036dfa2a
Octal14014616522150663371252
Binary1100000110011011101011001011010110110110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606675; }

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

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

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

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

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

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

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

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