Html Css Color HEX #706ECA Slate Blue

📋 copy color: '#706ECA'

red 112 ◦ green 110 ◦ blue 202

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

Shades of Slate Blue #706ECA

Tints of Slate Blue #706ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 26.42%
G = 25.94%
B = 47.64%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#706ECA (or 0x706ECA) is known color: Slate Blue. HEX triplet: 70, 6E and CA. RGB value is (112,110,202). Sum of RGB (Red+Green+Blue) = 112+110+202=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #706ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECA is #8F9135. Grayscale: #787878. Windows color (decimal): -9408822 or 13266544. OLE color: 13266544.

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

Color convert

RGB 112 110 202 -
CMYK 0.45 0.46 0 0.21
HSL 241.3º 0.46% 0.61% -
HSV(B) 241.3º 0.46% 0.79% -
XYZ 22.92 18.86 58.31 -
YUV 121.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 112 110 202 0.45 0.46 0 0.21 241.3 0.46 0.61
Hex 70 6E CA 2D 2E 0 15 F1 2E 3D
Octal 160 156 312 55 56 0 25 361 56 75
Binary 1110000 1101110 11001010 101101 101110 0 10101 11110001 101110 111101

Color Harmonies of #706ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECA

Black with #706ECA

Text Example


Text Example

White with #706ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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