#7061CC

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

Shades of Slate Blue #7061CC

Tints of Slate Blue #7061CC

Color information

#7061CC (or 0x7061CC) is unknown color: approx Slate Blue. HEX triplet: 70, 61 and CC. RGB value is (112,97,204). Sum of RGB (Red+Green+Blue) = 112+97+204=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7061CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CC is #8F9E33. Grayscale: #717171. Windows color (decimal): -9412148 or 13394288. OLE color: 13394288.

HSL color Cylindrical-coordinate representation of color #7061CC: hue angle of 248.41º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7061CC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11297204-
CMYK0.450.5200.2
HSL248.41º51.2%59.02%-
HSV(B)248.41º52.45%80%-
XYZ21.8616.3559.13-
YUV113.68178.97126.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=27.12%
G=23.49%
B=49.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112972040.450.5200.2248.4151.259.02
Hex7061CC2D34014f8333b
Octal16014131455640243706373
Binary111000011000011100110010110111010001010011111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7061CC; }

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

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

<style>
 a { background-color: #7061CC; }

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

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

<style>
 span { border-color: #7061CC; }

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

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