#6947C9

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

Shades of Slate Blue #6947C9

Tints of Slate Blue #6947C9

Color information

#6947C9 (or 0x6947C9) is unknown color: approx Slate Blue. HEX triplet: 69, 47 and C9. RGB value is (105,71,201). Sum of RGB (Red+Green+Blue) = 105+71+201=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #6947C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6947C9 is #96B836. Grayscale: #5F5F5F. Windows color (decimal): -9877559 or 13191017. OLE color: 13191017.

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

Color convert

RGB10571201-
CMYK0.480.6500.21
HSL255.69º54.62%53.33%-
HSV(B)255.69º64.68%78.82%-
XYZ18.6211.7356.54-
YUV95.99187.26134.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=27.85%
G=18.83%
B=53.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105712010.480.6500.21255.6954.6253.33
Hex6947C930410151003735
Octal151107311601010254006765
Binary11010011000111110010011100001000001010101100000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6947C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6947C9; }

 p { color: rgb(105,71,201); }

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

<style>
 a { background-color: #6947C9; }

 a { background-color: rgb(105,71,201); }

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

<style>
 span { border-color: #6947C9; }

 span { border-color: rgb(105,71,201); }

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