#606B7A

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

Shades of Shuttle Grey #606B7A

Tints of Shuttle Grey #606B7A

Color information

#606B7A (or 0x606B7A) is unknown color: approx Shuttle Grey. HEX triplet: 60, 6B and 7A. RGB value is (96,107,122). Sum of RGB (Red+Green+Blue) = 96+107+122=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #606B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B7A is #9F9485. Grayscale: #696969. Windows color (decimal): -10458246 or 8022880. OLE color: 8022880.

HSL color Cylindrical-coordinate representation of color #606B7A: hue angle of 214.62º 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 #606B7A is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96107122-
CMYK0.210.1200.52
HSL214.62º11.93%42.75%-
HSV(B)214.62º21.31%47.84%-
XYZ13.5914.4120.48-
YUV105.42137.36121.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=29.54%
G=32.92%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961071220.210.1200.52214.6211.9342.75
Hex606B7A15C034d7c2b
Octal14015317225140643271453
Binary1100000110101111110101010111000110100110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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