#6A64DD

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

Shades of Slate Blue #6A64DD

Tints of Slate Blue #6A64DD

Color information

#6A64DD (or 0x6A64DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 64 and DD. RGB value is (106,100,221). Sum of RGB (Red+Green+Blue) = 106+100+221=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A64DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A64DD is #959B22. Grayscale: #737373. Windows color (decimal): -9804579 or 14509162. OLE color: 14509162.

HSL color Cylindrical-coordinate representation of color #6A64DD: hue angle of 242.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A64DD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106100221-
CMYK0.520.5500.13
HSL242.98º64.02%62.94%-
HSV(B)242.98º54.75%86.67%-
XYZ23.5517.470.52-
YUV115.59187.49121.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=24.82%
G=23.42%
B=51.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061002210.520.5500.13242.9864.0262.94
Hex6A64DD34370Df3403f
Octal152144335646701536310077
Binary110101011001001101110111010011011101101111100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A64DD; }

 p { color: rgb(106,100,221); }

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

<style>
 a { background-color: #6A64DD; }

 a { background-color: rgb(106,100,221); }

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

<style>
 span { border-color: #6A64DD; }

 span { border-color: rgb(106,100,221); }

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