Html Css Color HEX #706FCE Slate Blue

📋 copy color: '#706FCE'

red 112 ◦ green 111 ◦ blue 206

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

Shades of Slate Blue #706FCE

Tints of Slate Blue #706FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

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

R = 26.11%
G = 25.87%
B = 48.02%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#706FCE (or 0x706FCE) is known color: Slate Blue. HEX triplet: 70, 6F and CE. RGB value is (112,111,206). Sum of RGB (Red+Green+Blue) = 112+111+206=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #706FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FCE is #8F9031. Grayscale: #797979. Windows color (decimal): -9408562 or 13528944. OLE color: 13528944.

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

Color convert

RGB 112 111 206 -
CMYK 0.46 0.46 0 0.19
HSL 240.63º 0.49% 0.62% -
HSV(B) 240.63º 0.46% 0.81% -
XYZ 23.51 19.27 60.87 -
YUV 122.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 112 111 206 0.46 0.46 0 0.19 240.63 0.49 0.62
Hex 70 6F CE 2E 2E 0 13 F1 31 3E
Octal 160 157 316 56 56 0 23 361 61 76
Binary 1110000 1101111 11001110 101110 101110 0 10011 11110001 110001 111110

Color Harmonies of #706FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FCE

Black with #706FCE

Text Example


Text Example

White with #706FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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