Html Css Color HEX #706CD8 Slate Blue

📋 copy color: '#706CD8'

red 112 ◦ green 108 ◦ blue 216

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

Shades of Slate Blue #706CD8

Tints of Slate Blue #706CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 25.69%
G = 24.77%
B = 49.54%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#706CD8 (or 0x706CD8) is known color: Slate Blue. HEX triplet: 70, 6C and D8. RGB value is (112,108,216). Sum of RGB (Red+Green+Blue) = 112+108+216=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #706CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CD8 is #8F9327. Grayscale: #797979. Windows color (decimal): -9409320 or 14183536. OLE color: 14183536.

HSL color Cylindrical-coordinate representation of color #706CD8: hue angle of 242.22º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706CD8 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 108 216 -
CMYK 0.48 0.50 0 0.15
HSL 242.22º 0.58% 0.64% -
HSV(B) 242.22º 0.5% 0.85% -
XYZ 24.44 19.13 67.37 -
YUV 121.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 112 108 216 0.48 0.50 0 0.15 242.22 0.58 0.64
Hex 70 6C D8 30 32 0 F F2 3A 40
Octal 160 154 330 60 62 0 17 362 72 100
Binary 1110000 1101100 11011000 110000 110010 0 1111 11110010 111010 1000000

Color Harmonies of #706CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CD8

Black with #706CD8

Text Example


Text Example

White with #706CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,108,216); }

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

background-color css

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

 a { background-color: rgb(112,108,216); }

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

border-color css

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

 span { border-color: rgb(112,108,216); }

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