Html Css Color HEX #607A95 Slate Grey

📋 copy color: '#607A95'

red 96 ◦ green 122 ◦ blue 149

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

Shades of Slate Grey #607A95

Tints of Slate Grey #607A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 26.16%
G = 33.24%
B = 40.6%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607A95 (or 0x607A95) is known color: Slate Grey. HEX triplet: 60, 7A and 95. RGB value is (96,122,149). Sum of RGB (Red+Green+Blue) = 96+122+149=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #607A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A95 is #9F856A. Grayscale: #757575. Windows color (decimal): -10454379 or 9796192. OLE color: 9796192.

HSL color Cylindrical-coordinate representation of color #607A95: hue angle of 210.57º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607A95 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 122 149 -
CMYK 0.36 0.18 0 0.42
HSL 210.57º 0.22% 0.48% -
HSV(B) 210.57º 0.36% 0.58% -
XYZ 17.21 18.58 31.11 -
YUV 117.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 96 122 149 0.36 0.18 0 0.42 210.57 0.22 0.48
Hex 60 7A 95 24 12 0 2A D3 16 30
Octal 140 172 225 44 22 0 52 323 26 60
Binary 1100000 1111010 10010101 100100 10010 0 101010 11010011 10110 110000

Color Harmonies of #607A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607A95

Black with #607A95

Text Example


Text Example

White with #607A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,149); }

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

background-color css

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

 a { background-color: rgb(96,122,149); }

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

border-color css

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

 span { border-color: rgb(96,122,149); }

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