#7069CA

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

Shades of Slate Blue #7069CA

Tints of Slate Blue #7069CA

Color information

#7069CA (or 0x7069CA) is unknown color: approx Slate Blue. HEX triplet: 70, 69 and CA. RGB value is (112,105,202). Sum of RGB (Red+Green+Blue) = 112+105+202=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7069CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CA is #8F9635. Grayscale: #757575. Windows color (decimal): -9410102 or 13265264. OLE color: 13265264.

HSL color Cylindrical-coordinate representation of color #7069CA: hue angle of 244.33º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7069CA is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112105202-
CMYK0.450.4800.21
HSL244.33º47.78%60.2%-
HSV(B)244.33º48.02%79.22%-
XYZ22.3917.8158.13-
YUV118.15175.32123.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=26.73%
G=25.06%
B=48.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121052020.450.4800.21244.3347.7860.2
Hex7069CA2D30015f4303c
Octal16015131255600253646074
Binary111000011010011100101010110111000001010111110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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