#607E98

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

Shades of Slate Grey #607E98

Tints of Slate Grey #607E98

Color information

#607E98 (or 0x607E98) is unknown color: approx Slate Grey. HEX triplet: 60, 7E and 98. RGB value is (96,126,152). Sum of RGB (Red+Green+Blue) = 96+126+152=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #607E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E98 is #9F8167. Grayscale: #777777. Windows color (decimal): -10453352 or 9993824. OLE color: 9993824.

HSL color Cylindrical-coordinate representation of color #607E98: hue angle of 207.86º 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 #607E98 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96126152-
CMYK0.370.1700.40
HSL207.86º22.58%48.63%-
HSV(B)207.86º36.84%59.61%-
XYZ17.9519.6832.56-
YUV119.99146.06110.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=25.67%
G=33.69%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961261520.370.1700.40207.8622.5848.63
Hex607E982511028d01731
Octal14017623045210503202761
Binary11000001111110100110001001011000101010001101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,126,152); }

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

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

 a { background-color: rgb(96,126,152); }

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

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

 span { border-color: rgb(96,126,152); }

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