#607C9C

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

Shades of Slate Grey #607C9C

Tints of Slate Grey #607C9C

Color information

#607C9C (or 0x607C9C) is unknown color: approx Slate Grey. HEX triplet: 60, 7C and 9C. RGB value is (96,124,156). Sum of RGB (Red+Green+Blue) = 96+124+156=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #607C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C9C is #9F8363. Grayscale: #777777. Windows color (decimal): -10453860 or 10255456. OLE color: 10255456.

HSL color Cylindrical-coordinate representation of color #607C9C: hue angle of 212º 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 #607C9C is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96124156-
CMYK0.380.2100.39
HSL212º23.81%49.41%-
HSV(B)212º38.46%61.18%-
XYZ18.0319.334.23-
YUV119.28148.72111.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=25.53%
G=32.98%
B=41.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961241560.380.2100.3921223.8149.41
Hex607C9C2615027d41831
Octal14017423446250473243061
Binary11000001111100100111001001101010101001111101010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,156); }

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

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

 a { background-color: rgb(96,124,156); }

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

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

 span { border-color: rgb(96,124,156); }

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