#6964C1

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

Shades of Slate Blue #6964C1

Tints of Slate Blue #6964C1

Color information

#6964C1 (or 0x6964C1) is unknown color: approx Slate Blue. HEX triplet: 69, 64 and C1. RGB value is (105,100,193). Sum of RGB (Red+Green+Blue) = 105+100+193=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #6964C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964C1 is #969B3E. Grayscale: #6F6F6F. Windows color (decimal): -9870143 or 12674153. OLE color: 12674153.

HSL color Cylindrical-coordinate representation of color #6964C1: hue angle of 243.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6964C1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105100193-
CMYK0.460.4800.24
HSL243.23º42.86%57.45%-
HSV(B)243.23º48.19%75.69%-
XYZ20.0115.9752.48-
YUV112.1173.66122.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=26.38%
G=25.13%
B=48.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051001930.460.4800.24243.2342.8657.45
Hex6964C12E30018f32b39
Octal15114430156600303635371
Binary110100111001001100000110111011000001100011110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6964C1; }

 p { color: rgb(105,100,193); }

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

<style>
 a { background-color: #6964C1; }

 a { background-color: rgb(105,100,193); }

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

<style>
 span { border-color: #6964C1; }

 span { border-color: rgb(105,100,193); }

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