Html Css Color HEX #706ECE Slate Blue

📋 copy color: '#706ECE'

red 112 ◦ green 110 ◦ blue 206

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

Shades of Slate Blue #706ECE

Tints of Slate Blue #706ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 26.17%
G = 25.7%
B = 48.13%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#706ECE (or 0x706ECE) is known color: Slate Blue. HEX triplet: 70, 6E and CE. RGB value is (112,110,206). Sum of RGB (Red+Green+Blue) = 112+110+206=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #706ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECE is #8F9131. Grayscale: #797979. Windows color (decimal): -9408818 or 13528688. OLE color: 13528688.

HSL color Cylindrical-coordinate representation of color #706ECE: hue angle of 241.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706ECE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 110 206 -
CMYK 0.46 0.47 0 0.19
HSL 241.25º 0.49% 0.62% -
HSV(B) 241.25º 0.47% 0.81% -
XYZ 23.4 19.05 60.84 -
YUV 121.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 112 110 206 0.46 0.47 0 0.19 241.25 0.49 0.62
Hex 70 6E CE 2E 2F 0 13 F1 31 3E
Octal 160 156 316 56 57 0 23 361 61 76
Binary 1110000 1101110 11001110 101110 101111 0 10011 11110001 110001 111110

Color Harmonies of #706ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECE

Black with #706ECE

Text Example


Text Example

White with #706ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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