Html Css Color HEX #706FD6 Slate Blue

📋 copy color: '#706FD6'

red 112 ◦ green 111 ◦ blue 214

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

Shades of Slate Blue #706FD6

Tints of Slate Blue #706FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 25.63%
G = 25.4%
B = 48.97%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#706FD6 (or 0x706FD6) is known color: Slate Blue. HEX triplet: 70, 6F and D6. RGB value is (112,111,214). Sum of RGB (Red+Green+Blue) = 112+111+214=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #706FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FD6 is #8F9029. Grayscale: #7A7A7A. Windows color (decimal): -9408554 or 14053232. OLE color: 14053232.

HSL color Cylindrical-coordinate representation of color #706FD6: hue angle of 240.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706FD6 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 111 214 -
CMYK 0.48 0.48 0 0.16
HSL 240.58º 0.56% 0.64% -
HSV(B) 240.58º 0.48% 0.84% -
XYZ 24.5 19.67 66.12 -
YUV 123.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 112 111 214 0.48 0.48 0 0.16 240.58 0.56 0.64
Hex 70 6F D6 30 30 0 10 F1 38 40
Octal 160 157 326 60 60 0 20 361 70 100
Binary 1110000 1101111 11010110 110000 110000 0 10000 11110001 111000 1000000

Color Harmonies of #706FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FD6

Black with #706FD6

Text Example


Text Example

White with #706FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706FD6; }

 p { color: rgb(112,111,214); }

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

background-color css

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

 a { background-color: rgb(112,111,214); }

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

border-color css

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

 span { border-color: rgb(112,111,214); }

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