#706BC6

Color #706BC6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #706BC6

Tints of Slate Blue #706BC6

Color information

#706BC6 (or 0x706BC6) is unknown color: approx 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

RGB112107198-
CMYK0.430.4600.22
HSL243.3º44.39%59.8%-
HSV(B)243.3º45.96%77.65%-
XYZ22.1318.0455.74-
YUV118.87172.66123.1-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121071980.430.4600.22243.344.3959.8
Hex706BC62B2E016f32c3c
Octal16015330653560263635474
Binary111000011010111100011010101110111001011011110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>