Html Css Color HEX #706AC6 Slate Blue

📋 copy color: '#706AC6'

red 112 ◦ green 106 ◦ blue 198

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

Shades of Slate Blue #706AC6

Tints of Slate Blue #706AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 198 (77.73% from 255) = 47.6%

R = 26.92%
G = 25.48%
B = 47.6%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#706AC6 (or 0x706AC6) is known color: Slate Blue. HEX triplet: 70, 6A and C6. RGB value is (112,106,198). Sum of RGB (Red+Green+Blue) = 112+106+198=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #706AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AC6 is #8F9539. Grayscale: #757575. Windows color (decimal): -9409850 or 13003376. OLE color: 13003376.

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

Color convert

RGB 112 106 198 -
CMYK 0.43 0.46 0 0.22
HSL 243.91º 0.45% 0.6% -
HSV(B) 243.91º 0.46% 0.78% -
XYZ 22.03 17.83 55.71 -
YUV 118.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 112 106 198 0.43 0.46 0 0.22 243.91 0.45 0.6
Hex 70 6A C6 2B 2E 0 16 F4 2D 3C
Octal 160 152 306 53 56 0 26 364 55 74
Binary 1110000 1101010 11000110 101011 101110 0 10110 11110100 101101 111100

Color Harmonies of #706AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AC6

Black with #706AC6

Text Example


Text Example

White with #706AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,198); }

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

background-color css

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

 a { background-color: rgb(112,106,198); }

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

border-color css

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

 span { border-color: rgb(112,106,198); }

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