#6D64CF

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

Shades of Slate Blue #6D64CF

Tints of Slate Blue #6D64CF

Color information

#6D64CF (or 0x6D64CF) is unknown color: approx Slate Blue. HEX triplet: 6D, 64 and CF. RGB value is (109,100,207). Sum of RGB (Red+Green+Blue) = 109+100+207=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64CF is #929B30. Grayscale: #727272. Windows color (decimal): -9607985 or 13591661. OLE color: 13591661.

HSL color Cylindrical-coordinate representation of color #6D64CF: hue angle of 245.05º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D64CF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109100207-
CMYK0.470.5200.19
HSL245.05º52.71%60.2%-
HSV(B)245.05º51.69%81.18%-
XYZ22.1316.8761.12-
YUV114.89179.98123.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=26.20%
G=24.04%
B=49.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091002070.470.5200.19245.0552.7160.2
Hex6D64CF2F34013f5353c
Octal15514431757640233656574
Binary110110111001001100111110111111010001001111110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,207); }

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

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

 a { background-color: rgb(109,100,207); }

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

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

 span { border-color: rgb(109,100,207); }

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