Html Css Color HEX #706BC6 Slate Blue

📋 copy color: '#706BC6'

red 112 ◦ green 107 ◦ blue 198

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

Shades of Slate Blue #706BC6

Tints of Slate Blue #706BC6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

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

R = 26.86%
G = 25.66%
B = 47.48%

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

#706BC6 (or 0x706BC6) is known color: Slate Blue. HEX triplet: 70, 6B and C6. RGB value is (112,107,198). Sum of RGB (Red+Green+Blue) = 112+107+198=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #706BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BC6 is #8F9439. Grayscale: #767676. Windows color (decimal): -9409594 or 13003632. OLE color: 13003632.

HSL color Cylindrical-coordinate representation of color #706BC6: hue angle of 243.3º degrees, saturation: 0.44, 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 #706BC6 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 107 198 -
CMYK 0.43 0.46 0 0.22
HSL 243.3º 0.44% 0.6% -
HSV(B) 243.3º 0.46% 0.78% -
XYZ 22.13 18.04 55.74 -
YUV 118.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 112 107 198 0.43 0.46 0 0.22 243.3 0.44 0.6
Hex 70 6B C6 2B 2E 0 16 F3 2C 3C
Octal 160 153 306 53 56 0 26 363 54 74
Binary 1110000 1101011 11000110 101011 101110 0 10110 11110011 101100 111100

Color Harmonies of #706BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BC6

Black with #706BC6

Text Example


Text Example

White with #706BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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