#7060CE

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

Shades of Slate Blue #7060CE

Tints of Slate Blue #7060CE

Color information

#7060CE (or 0x7060CE) is unknown color: approx Slate Blue. HEX triplet: 70, 60 and CE. RGB value is (112,96,206). Sum of RGB (Red+Green+Blue) = 112+96+206=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7060CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060CE is #8F9F31. Grayscale: #707070. Windows color (decimal): -9412402 or 13525104. OLE color: 13525104.

HSL color Cylindrical-coordinate representation of color #7060CE: hue angle of 248.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7060CE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11296206-
CMYK0.460.5300.19
HSL248.73º52.88%59.22%-
HSV(B)248.73º53.4%80.78%-
XYZ22.0116.2760.37-
YUV113.32180.3127.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=27.05%
G=23.19%
B=49.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112962060.460.5300.19248.7352.8859.22
Hex7060CE2E35013f9353b
Octal16014031656650233716573
Binary111000011000001100111010111011010101001111111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7060CE; }

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

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

<style>
 a { background-color: #7060CE; }

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

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

<style>
 span { border-color: #7060CE; }

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

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