#706BCC

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

Shades of Slate Blue #706BCC

Tints of Slate Blue #706BCC

Color information

#706BCC (or 0x706BCC) is unknown color: approx Slate Blue. HEX triplet: 70, 6B and CC. RGB value is (112,107,204). Sum of RGB (Red+Green+Blue) = 112+107+204=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #706BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCC is #8F9433. Grayscale: #777777. Windows color (decimal): -9409588 or 13396848. OLE color: 13396848.

HSL color Cylindrical-coordinate representation of color #706BCC: hue angle of 243.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706BCC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112107204-
CMYK0.450.4800.2
HSL243.09º48.74%60.98%-
HSV(B)243.09º47.55%80%-
XYZ22.8418.3259.46-
YUV119.55175.66122.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=26.48%
G=25.30%
B=48.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121072040.450.4800.2243.0948.7460.98
Hex706BCC2D30014f3313d
Octal16015331455600243636175
Binary111000011010111100110010110111000001010011110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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