#606C7A

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

Shades of Shuttle Grey #606C7A

Tints of Shuttle Grey #606C7A

Color information

#606C7A (or 0x606C7A) is unknown color: approx Shuttle Grey. HEX triplet: 60, 6C and 7A. RGB value is (96,108,122). Sum of RGB (Red+Green+Blue) = 96+108+122=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #606C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C7A is #9F9385. Grayscale: #696969. Windows color (decimal): -10457990 or 8023136. OLE color: 8023136.

HSL color Cylindrical-coordinate representation of color #606C7A: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606C7A is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96108122-
CMYK0.210.1100.52
HSL212.31º11.93%42.75%-
HSV(B)212.31º21.31%47.84%-
XYZ13.714.6220.51-
YUV106.01137.02120.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=29.45%
G=33.13%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961081220.210.1100.52212.3111.9342.75
Hex606C7A15B034d4c2b
Octal14015417225130643241453
Binary1100000110110011110101010110110110100110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606C7A; }

 p { color: rgb(96,108,122); }

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

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

 a { background-color: rgb(96,108,122); }

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

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

 span { border-color: rgb(96,108,122); }

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