#6E64CF

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

Shades of Slate Blue #6E64CF

Tints of Slate Blue #6E64CF

Color information

#6E64CF (or 0x6E64CF) is unknown color: approx Slate Blue. HEX triplet: 6E, 64 and CF. RGB value is (110,100,207). Sum of RGB (Red+Green+Blue) = 110+100+207=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64CF is #919B30. Grayscale: #727272. Windows color (decimal): -9542449 or 13591662. OLE color: 13591662.

HSL color Cylindrical-coordinate representation of color #6E64CF: hue angle of 245.61º 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 #6E64CF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110100207-
CMYK0.470.5200.19
HSL245.61º52.71%60.2%-
HSV(B)245.61º51.69%81.18%-
XYZ22.2516.9361.13-
YUV115.19179.81124.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=26.38%
G=23.98%
B=49.64%

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
Decimal1101002070.470.5200.19245.6152.7160.2
Hex6E64CF2F34013f6353c
Octal15614431757640233666574
Binary110111011001001100111110111111010001001111110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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