#6967DA

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

Shades of Slate Blue #6967DA

Tints of Slate Blue #6967DA

Color information

#6967DA (or 0x6967DA) is unknown color: approx Slate Blue. HEX triplet: 69, 67 and DA. RGB value is (105,103,218). Sum of RGB (Red+Green+Blue) = 105+103+218=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6967DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967DA is #969825. Grayscale: #747474. Windows color (decimal): -9869350 or 14313321. OLE color: 14313321.

HSL color Cylindrical-coordinate representation of color #6967DA: hue angle of 241.04º 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 #6967DA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105103218-
CMYK0.520.5300.15
HSL241.04º60.85%62.94%-
HSV(B)241.04º52.75%85.49%-
XYZ23.3317.7768.53-
YUV116.71185.16119.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 218 (85.55% from 255) = 51.17%
R=24.65%
G=24.18%
B=51.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051032180.520.5300.15241.0460.8562.94
Hex6967DA34350Ff13d3f
Octal15114733264650173617577
Binary11010011100111110110101101001101010111111110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6967DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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