#6864D9

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

Shades of Slate Blue #6864D9

Tints of Slate Blue #6864D9

Color information

#6864D9 (or 0x6864D9) is unknown color: approx Slate Blue. HEX triplet: 68, 64 and D9. RGB value is (104,100,217). Sum of RGB (Red+Green+Blue) = 104+100+217=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #6864D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864D9 is #979B26. Grayscale: #727272. Windows color (decimal): -9935655 or 14247016. OLE color: 14247016.

HSL color Cylindrical-coordinate representation of color #6864D9: hue angle of 242.05º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6864D9 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104100217-
CMYK0.520.5400.15
HSL242.05º60.62%62.16%-
HSV(B)242.05º53.92%85.1%-
XYZ22.7917.0767.74-
YUV114.53185.83120.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=24.70%
G=23.75%
B=51.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041002170.520.5400.15242.0560.6262.16
Hex6864D934360Ff23d3e
Octal15014433164660173627576
Binary11010001100100110110011101001101100111111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6864D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6864D9; }

 p { color: rgb(104,100,217); }

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

<style>
 a { background-color: #6864D9; }

 a { background-color: rgb(104,100,217); }

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

<style>
 span { border-color: #6864D9; }

 span { border-color: rgb(104,100,217); }

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