#7061CB

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

Shades of Slate Blue #7061CB

Tints of Slate Blue #7061CB

Color information

#7061CB (or 0x7061CB) is unknown color: approx Slate Blue. HEX triplet: 70, 61 and CB. RGB value is (112,97,203). Sum of RGB (Red+Green+Blue) = 112+97+203=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7061CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CB is #8F9E34. Grayscale: #717171. Windows color (decimal): -9412149 or 13328752. OLE color: 13328752.

HSL color Cylindrical-coordinate representation of color #7061CB: hue angle of 248.49º degrees, saturation: 0.5, 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 #7061CB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11297203-
CMYK0.450.5200.20
HSL248.49º50.48%58.82%-
HSV(B)248.49º52.22%79.61%-
XYZ21.7416.3158.5-
YUV113.57178.47126.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=27.18%
G=23.54%
B=49.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112972030.450.5200.20248.4950.4858.82
Hex7061CB2D34014f8323b
Octal16014131355640243706273
Binary111000011000011100101110110111010001010011111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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