#7069c2

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

Shades of Slate Blue #7069C2

Tints of Slate Blue #7069C2

Color information

#7069C2 (or 0x7069C2) is unknown color: approx Slate Blue. HEX triplet: 70, 69 and C2. RGB value is (112,105,194). Sum of RGB (Red+Green+Blue) = 112+105+194=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #7069C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069C2 is #8F963D. Grayscale: #747474. Windows color (decimal): -9410110 or 12740976. OLE color: 12740976.

HSL color Cylindrical-coordinate representation of color #7069C2: hue angle of 244.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7069C2 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112105194-
CMYK0.420.4600.24
HSL244.72º42.18%58.63%-
HSV(B)244.72º45.88%76.08%-
XYZ21.4717.4453.27-
YUV117.24171.32124.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 194 (76.17% from 255) = 47.20%
R=27.25%
G=25.55%
B=47.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121051940.420.4600.24244.7242.1858.63
Hex7069C22A2E018f52a3b
Octal16015130252560303655273
Binary111000011010011100001010101010111001100011110101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7069c2; }

 p { color: rgb(112,105,194); }

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

<style>
 a { background-color: #7069c2; }

 a { background-color: rgb(112,105,194); }

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

<style>
 span { border-color: #7069c2; }

 span { border-color: rgb(112,105,194); }

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