Html Css Color HEX #708693 Slate Grey

📋 copy color: '#708693'

red 112 ◦ green 134 ◦ blue 147

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

Shades of Slate Grey #708693

Tints of Slate Grey #708693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 28.5%
G = 34.1%
B = 37.4%

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

#708693 (or 0x708693) is known color: Slate Grey. HEX triplet: 70, 86 and 93. RGB value is (112,134,147). Sum of RGB (Red+Green+Blue) = 112+134+147=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #708693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708693 is #8F796C. Grayscale: #808080. Windows color (decimal): -9402733 or 9668208. OLE color: 9668208.

HSL color Cylindrical-coordinate representation of color #708693: hue angle of 202.29º 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 #708693 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 134 147 -
CMYK 0.24 0.09 0 0.42
HSL 202.29º 0.14% 0.51% -
HSV(B) 202.29º 0.24% 0.58% -
XYZ 20.47 22.6 30.89 -
YUV 128.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 112 134 147 0.24 0.09 0 0.42 202.29 0.14 0.51
Hex 70 86 93 18 9 0 2A CA E 33
Octal 160 206 223 30 11 0 52 312 16 63
Binary 1110000 10000110 10010011 11000 1001 0 101010 11001010 1110 110011

Color Harmonies of #708693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708693

Black with #708693

Text Example


Text Example

White with #708693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708693; }

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

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

background-color css

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

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

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

border-color css

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

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

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