Html Css Color HEX #708694 Slate Grey

📋 copy color: '#708694'

red 112 ◦ green 134 ◦ blue 148

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

Shades of Slate Grey #708694

Tints of Slate Grey #708694

RGB

 RED value IS 112 (44.14% from 255) = 28.43%

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 28.43%
G = 34.01%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708694 (or 0x708694) is known color: Slate Grey. HEX triplet: 70, 86 and 94. RGB value is (112,134,148). Sum of RGB (Red+Green+Blue) = 112+134+148=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #708694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708694 is #8F796B. Grayscale: #808080. Windows color (decimal): -9402732 or 9733744. OLE color: 9733744.

HSL color Cylindrical-coordinate representation of color #708694: hue angle of 203.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708694 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 134 148 -
CMYK 0.24 0.09 0 0.42
HSL 203.33º 0.14% 0.51% -
HSV(B) 203.33º 0.24% 0.58% -
XYZ 20.55 22.63 31.3 -
YUV 129.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 112 134 148 0.24 0.09 0 0.42 203.33 0.14 0.51
Hex 70 86 94 18 9 0 2A CB E 33
Octal 160 206 224 30 11 0 52 313 16 63
Binary 1110000 10000110 10010100 11000 1001 0 101010 11001011 1110 110011

Color Harmonies of #708694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708694

Black with #708694

Text Example


Text Example

White with #708694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708694; }

 p { color: rgb(112,134,148); }

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

background-color css

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

 a { background-color: rgb(112,134,148); }

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

border-color css

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

 span { border-color: rgb(112,134,148); }

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