#706BCE

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

Shades of Slate Blue #706BCE

Tints of Slate Blue #706BCE

Color information

#706BCE (or 0x706BCE) is unknown color: approx Slate Blue. HEX triplet: 70, 6B and CE. RGB value is (112,107,206). Sum of RGB (Red+Green+Blue) = 112+107+206=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #706BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCE is #8F9431. Grayscale: #777777. Windows color (decimal): -9409586 or 13527920. OLE color: 13527920.

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

Color convert

RGB112107206-
CMYK0.460.4800.19
HSL243.03º50.25%61.37%-
HSV(B)243.03º48.06%80.78%-
XYZ23.0818.4260.73-
YUV119.78176.66122.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=26.35%
G=25.18%
B=48.47%

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
Decimal1121072060.460.4800.19243.0350.2561.37
Hex706BCE2E30013f3323d
Octal16015331656600233636275
Binary111000011010111100111010111011000001001111110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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