#7069C0

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

Shades of Slate Blue #7069C0

Tints of Slate Blue #7069C0

Color information

#7069C0 (or 0x7069C0) is unknown color: approx Slate Blue. HEX triplet: 70, 69 and C0. RGB value is (112,105,192). Sum of RGB (Red+Green+Blue) = 112+105+192=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #7069C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069C0 is #8F963F. Grayscale: #747474. Windows color (decimal): -9410112 or 12609904. OLE color: 12609904.

HSL color Cylindrical-coordinate representation of color #7069C0: hue angle of 244.83º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7069C0 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112105192-
CMYK0.420.4500.25
HSL244.83º40.85%58.24%-
HSV(B)244.83º45.31%75.29%-
XYZ21.2517.3552.1-
YUV117.01170.32124.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=27.38%
G=25.67%
B=46.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121051920.420.4500.25244.8340.8558.24
Hex7069C02A2D019f5293a
Octal16015130052550313655172
Binary111000011010011100000010101010110101100111110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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