#7069DB

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

Shades of Slate Blue #7069DB

Tints of Slate Blue #7069DB

Color information

#7069DB (or 0x7069DB) is unknown color: approx Slate Blue. HEX triplet: 70, 69 and DB. RGB value is (112,105,219). Sum of RGB (Red+Green+Blue) = 112+105+219=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7069DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069DB is #8F9624. Grayscale: #777777. Windows color (decimal): -9410085 or 14379376. OLE color: 14379376.

HSL color Cylindrical-coordinate representation of color #7069DB: hue angle of 243.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7069DB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112105219-
CMYK0.490.5200.14
HSL243.68º61.29%63.53%-
HSV(B)243.68º52.05%85.88%-
XYZ24.5218.6669.33-
YUV120.09183.82122.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=25.69%
G=24.08%
B=50.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121052190.490.5200.14243.6861.2963.53
Hex7069DB31340Ef43d40
Octal160151333616401636475100
Binary111000011010011101101111000111010001110111101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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