#6745DE

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

Shades of Slate Blue #6745DE

Tints of Slate Blue #6745DE

Color information

#6745DE (or 0x6745DE) is unknown color: approx Slate Blue. HEX triplet: 67, 45 and DE. RGB value is (103,69,222). Sum of RGB (Red+Green+Blue) = 103+69+222=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #6745DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745DE is #98BA21. Grayscale: #606060. Windows color (decimal): -10009122 or 14566759. OLE color: 14566759.

HSL color Cylindrical-coordinate representation of color #6745DE: hue angle of 253.33º 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 #6745DE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10369222-
CMYK0.540.6900.13
HSL253.33º69.86%57.06%-
HSV(B)253.33º68.92%87.06%-
XYZ20.9112.4170.4-
YUV96.61198.76132.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 222 (87.11% from 255) = 56.35%
R=26.14%
G=17.51%
B=56.35%

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
Decimal103692220.540.6900.13253.3369.8657.06
Hex6745DE36450Dfd4639
Octal1471053366610501537510671
Binary1100111100010111011110110110100010101101111111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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