#607D9B

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

Shades of Slate Grey #607D9B

Tints of Slate Grey #607D9B

Color information

#607D9B (or 0x607D9B) is unknown color: approx Slate Grey. HEX triplet: 60, 7D and 9B. RGB value is (96,125,155). Sum of RGB (Red+Green+Blue) = 96+125+155=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #607D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D9B is #9F8264. Grayscale: #777777. Windows color (decimal): -10453605 or 10190176. OLE color: 10190176.

HSL color Cylindrical-coordinate representation of color #607D9B: hue angle of 210.51º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607D9B is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96125155-
CMYK0.380.1900.39
HSL210.51º23.51%49.22%-
HSV(B)210.51º38.06%60.78%-
XYZ18.0719.5233.83-
YUV119.75147.89111.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=25.53%
G=33.24%
B=41.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961251550.380.1900.39210.5123.5149.22
Hex607D9B2613027d31831
Octal14017523346230473233061
Binary11000001111101100110111001101001101001111101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607D9B; }

 p { color: rgb(96,125,155); }

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

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

 a { background-color: rgb(96,125,155); }

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

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

 span { border-color: rgb(96,125,155); }

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