Html Css Color HEX #706FD3 Slate Blue

📋 copy color: '#706FD3'

red 112 ◦ green 111 ◦ blue 211

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

Shades of Slate Blue #706FD3

Tints of Slate Blue #706FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.62%

R = 25.81%
G = 25.58%
B = 48.62%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#706FD3 (or 0x706FD3) is known color: Slate Blue. HEX triplet: 70, 6F and D3. RGB value is (112,111,211). Sum of RGB (Red+Green+Blue) = 112+111+211=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #706FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FD3 is #8F902C. Grayscale: #7A7A7A. Windows color (decimal): -9408557 or 13856624. OLE color: 13856624.

HSL color Cylindrical-coordinate representation of color #706FD3: hue angle of 240.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706FD3 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 111 211 -
CMYK 0.47 0.47 0 0.17
HSL 240.6º 0.53% 0.63% -
HSV(B) 240.6º 0.47% 0.83% -
XYZ 24.12 19.52 64.12 -
YUV 122.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 112 111 211 0.47 0.47 0 0.17 240.6 0.53 0.63
Hex 70 6F D3 2F 2F 0 11 F1 35 3F
Octal 160 157 323 57 57 0 21 361 65 77
Binary 1110000 1101111 11010011 101111 101111 0 10001 11110001 110101 111111

Color Harmonies of #706FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FD3

Black with #706FD3

Text Example


Text Example

White with #706FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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