#7067DA

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

Shades of Slate Blue #7067DA

Tints of Slate Blue #7067DA

Color information

#7067DA (or 0x7067DA) is unknown color: approx Slate Blue. HEX triplet: 70, 67 and DA. RGB value is (112,103,218). Sum of RGB (Red+Green+Blue) = 112+103+218=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #7067DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DA is #8F9825. Grayscale: #767676. Windows color (decimal): -9410598 or 14313328. OLE color: 14313328.

HSL color Cylindrical-coordinate representation of color #7067DA: hue angle of 244.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7067DA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112103218-
CMYK0.490.5300.15
HSL244.7º60.85%62.94%-
HSV(B)244.7º52.75%85.49%-
XYZ24.1918.2168.57-
YUV118.8183.98123.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=25.87%
G=23.79%
B=50.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121032180.490.5300.15244.760.8562.94
Hex7067DA31350Ff53d3f
Octal16014733261650173657577
Binary11100001100111110110101100011101010111111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7067DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7067DA; }

 p { color: rgb(112,103,218); }

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

<style>
 a { background-color: #7067DA; }

 a { background-color: rgb(112,103,218); }

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

<style>
 span { border-color: #7067DA; }

 span { border-color: rgb(112,103,218); }

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