#6944DA

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

Shades of Slate Blue #6944DA

Tints of Slate Blue #6944DA

Color information

#6944DA (or 0x6944DA) is unknown color: approx Slate Blue. HEX triplet: 69, 44 and DA. RGB value is (105,68,218). Sum of RGB (Red+Green+Blue) = 105+68+218=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #6944DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944DA is #96BB25. Grayscale: #5F5F5F. Windows color (decimal): -9878310 or 14304361. OLE color: 14304361.

HSL color Cylindrical-coordinate representation of color #6944DA: hue angle of 254.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6944DA is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10568218-
CMYK0.520.6900.15
HSL254.8º66.96%56.08%-
HSV(B)254.8º68.81%85.49%-
XYZ20.5512.267.6-
YUV96.16196.76134.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 218 (85.55% from 255) = 55.75%
R=26.85%
G=17.39%
B=55.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105682180.520.6900.15254.866.9656.08
Hex6944DA34450Fff4338
Octal1511043326410501737710370
Binary1101001100010011011010110100100010101111111111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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