Html Css Color HEX #706ECF Slate Blue

📋 copy color: '#706ECF'

red 112 ◦ green 110 ◦ blue 207

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

Shades of Slate Blue #706ECF

Tints of Slate Blue #706ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 26.11%
G = 25.64%
B = 48.25%

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

#706ECF (or 0x706ECF) is known color: Slate Blue. HEX triplet: 70, 6E and CF. RGB value is (112,110,207). Sum of RGB (Red+Green+Blue) = 112+110+207=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #706ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECF is #8F9130. Grayscale: #797979. Windows color (decimal): -9408817 or 13594224. OLE color: 13594224.

HSL color Cylindrical-coordinate representation of color #706ECF: hue angle of 241.24º degrees, saturation: 0.5, 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 #706ECF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 110 207 -
CMYK 0.46 0.47 0 0.19
HSL 241.24º 0.5% 0.62% -
HSV(B) 241.24º 0.47% 0.81% -
XYZ 23.52 19.1 61.48 -
YUV 121.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 112 110 207 0.46 0.47 0 0.19 241.24 0.5 0.62
Hex 70 6E CF 2E 2F 0 13 F1 32 3E
Octal 160 156 317 56 57 0 23 361 62 76
Binary 1110000 1101110 11001111 101110 101111 0 10011 11110001 110010 111110

Color Harmonies of #706ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECF

Black with #706ECF

Text Example


Text Example

White with #706ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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