#6944ca

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

Shades of Slate Blue #6944CA

Tints of Slate Blue #6944CA

Color information

#6944CA (or 0x6944CA) is unknown color: approx Slate Blue. HEX triplet: 69, 44 and CA. RGB value is (105,68,202). Sum of RGB (Red+Green+Blue) = 105+68+202=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #6944CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944CA is #96BB35. Grayscale: #5D5D5D. Windows color (decimal): -9878326 or 13255785. OLE color: 13255785.

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

Color convert

RGB10568202-
CMYK0.480.6600.21
HSL256.57º55.83%52.94%-
HSV(B)256.57º66.34%79.22%-
XYZ18.5511.457.1-
YUV94.34188.76135.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=28%
G=18.13%
B=53.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105682020.480.6600.21256.5755.8352.94
Hex6944CA30420151013835
Octal151104312601020254017065
Binary11010011000100110010101100001000010010101100000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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