Html Css Color HEX #607E9B Slate Grey

📋 copy color: '#607E9B'

red 96 ◦ green 126 ◦ blue 155

#607E9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #607E9B

Tints of Slate Grey #607E9B

RGB

 RED value IS 96 (37.89% from 255) = 25.46%

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 25.46%
G = 33.42%
B = 41.11%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#607E9B (or 0x607E9B) is known color: Slate Grey. HEX triplet: 60, 7E and 9B. RGB value is (96,126,155). Sum of RGB (Red+Green+Blue) = 96+126+155=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #607E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E9B is #9F8164. Grayscale: #787878. Windows color (decimal): -10453349 or 10190432. OLE color: 10190432.

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

Color convert

RGB 96 126 155 -
CMYK 0.38 0.19 0 0.39
HSL 209.49º 0.24% 0.49% -
HSV(B) 209.49º 0.38% 0.61% -
XYZ 18.2 19.78 33.87 -
YUV 120.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 96 126 155 0.38 0.19 0 0.39 209.49 0.24 0.49
Hex 60 7E 9B 26 13 0 27 D1 18 31
Octal 140 176 233 46 23 0 47 321 30 61
Binary 1100000 1111110 10011011 100110 10011 0 100111 11010001 11000 110001

Color Harmonies of #607E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E9B

Black with #607E9B

Text Example


Text Example

White with #607E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #607E9B;
 }
 .AnyTagClassName
 {
   color: #607E9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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