Html Css Color HEX #607D9B Slate Grey

📋 copy color: '#607D9B'

red 96 ◦ green 125 ◦ blue 155

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

Shades of Slate Grey #607D9B

Tints of Slate Grey #607D9B

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 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

#607D9B (or 0x607D9B) is known color: 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

RGB 96 125 155 -
CMYK 0.38 0.19 0 0.39
HSL 210.51º 0.24% 0.49% -
HSV(B) 210.51º 0.38% 0.61% -
XYZ 18.07 19.52 33.83 -
YUV 119.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 96 125 155 0.38 0.19 0 0.39 210.51 0.24 0.49
Hex 60 7D 9B 26 13 0 27 D3 18 31
Octal 140 175 233 46 23 0 47 323 30 61
Binary 1100000 1111101 10011011 100110 10011 0 100111 11010011 11000 110001

Color Harmonies of #607D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607D9B

Black with #607D9B

Text Example


Text Example

White with #607D9B

Text Example


Text Example

HTML Codes & Css Web 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>