Html Css Color HEX #706EC8 Slate Blue

📋 copy color: '#706EC8'

red 112 ◦ green 110 ◦ blue 200

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

Shades of Slate Blue #706EC8

Tints of Slate Blue #706EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 26.54%
G = 26.07%
B = 47.39%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#706EC8 (or 0x706EC8) is known color: Slate Blue. HEX triplet: 70, 6E and C8. RGB value is (112,110,200). Sum of RGB (Red+Green+Blue) = 112+110+200=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #706EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EC8 is #8F9137. Grayscale: #787878. Windows color (decimal): -9408824 or 13135472. OLE color: 13135472.

HSL color Cylindrical-coordinate representation of color #706EC8: hue angle of 241.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #706EC8 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 110 200 -
CMYK 0.44 0.45 0 0.22
HSL 241.33º 0.45% 0.61% -
HSV(B) 241.33º 0.45% 0.78% -
XYZ 22.68 18.77 57.07 -
YUV 120.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 112 110 200 0.44 0.45 0 0.22 241.33 0.45 0.61
Hex 70 6E C8 2C 2D 0 16 F1 2D 3D
Octal 160 156 310 54 55 0 26 361 55 75
Binary 1110000 1101110 11001000 101100 101101 0 10110 11110001 101101 111101

Color Harmonies of #706EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EC8

Black with #706EC8

Text Example


Text Example

White with #706EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,200); }

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

background-color css

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

 a { background-color: rgb(112,110,200); }

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

border-color css

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

 span { border-color: rgb(112,110,200); }

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