#6645DE

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

Shades of Slate Blue #6645DE

Tints of Slate Blue #6645DE

Color information

#6645DE (or 0x6645DE) is unknown color: approx Slate Blue. HEX triplet: 66, 45 and DE. RGB value is (102,69,222). Sum of RGB (Red+Green+Blue) = 102+69+222=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #6645DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645DE is #99BA21. Grayscale: #5F5F5F. Windows color (decimal): -10074658 or 14566758. OLE color: 14566758.

HSL color Cylindrical-coordinate representation of color #6645DE: hue angle of 252.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6645DE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10269222-
CMYK0.540.6900.13
HSL252.94º69.86%57.06%-
HSV(B)252.94º68.92%87.06%-
XYZ20.7912.3570.4-
YUV96.31198.93132.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=25.95%
G=17.56%
B=56.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102692220.540.6900.13252.9469.8657.06
Hex6645DE36450Dfd4639
Octal1461053366610501537510671
Binary1100110100010111011110110110100010101101111111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6645DE; }

 p { color: rgb(102,69,222); }

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

<style>
 a { background-color: #6645DE; }

 a { background-color: rgb(102,69,222); }

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

<style>
 span { border-color: #6645DE; }

 span { border-color: rgb(102,69,222); }

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