#607C99

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

Shades of Slate Grey #607C99

Tints of Slate Grey #607C99

Color information

#607C99 (or 0x607C99) is unknown color: approx Slate Grey. HEX triplet: 60, 7C and 99. RGB value is (96,124,153). Sum of RGB (Red+Green+Blue) = 96+124+153=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #607C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C99 is #9F8366. Grayscale: #767676. Windows color (decimal): -10453863 or 10058848. OLE color: 10058848.

HSL color Cylindrical-coordinate representation of color #607C99: hue angle of 210.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607C99 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96124153-
CMYK0.370.1900.4
HSL210.53º22.89%48.82%-
HSV(B)210.53º37.25%60%-
XYZ17.7819.232.91-
YUV118.93147.22111.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=25.74%
G=33.24%
B=41.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961241530.370.1900.4210.5322.8948.82
Hex607C992513028d31731
Octal14017423145230503232761
Binary11000001111100100110011001011001101010001101001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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