#706CCF

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

Shades of Slate Blue #706CCF

Tints of Slate Blue #706CCF

Color information

#706CCF (or 0x706CCF) is unknown color: approx Slate Blue. HEX triplet: 70, 6C and CF. RGB value is (112,108,207). Sum of RGB (Red+Green+Blue) = 112+108+207=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #706CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CCF is #8F9330. Grayscale: #787878. Windows color (decimal): -9409329 or 13593712. OLE color: 13593712.

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

Color convert

RGB112108207-
CMYK0.460.4800.19
HSL242.42º50.77%61.76%-
HSV(B)242.42º47.83%81.18%-
XYZ23.3118.6761.41-
YUV120.48176.83121.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=26.23%
G=25.29%
B=48.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121082070.460.4800.19242.4250.7761.76
Hex706CCF2E30013f2333e
Octal16015431756600233626376
Binary111000011011001100111110111011000001001111110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706CCF;
 }
 .AnyTagClassName
 {
   color: #706CCF;
 }
</style>
background-color css

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

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

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

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

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

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