#6745E5

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

Shades of Slate Blue #6745E5

Tints of Slate Blue #6745E5

Color information

#6745E5 (or 0x6745E5) is unknown color: approx Slate Blue. HEX triplet: 67, 45 and E5. RGB value is (103,69,229). Sum of RGB (Red+Green+Blue) = 103+69+229=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #6745E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745E5 is #98BA1A. Grayscale: #606060. Windows color (decimal): -10009115 or 15025511. OLE color: 15025511.

HSL color Cylindrical-coordinate representation of color #6745E5: hue angle of 252.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6745E5 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10369229-
CMYK0.550.7000.10
HSL252.75º75.47%58.43%-
HSV(B)252.75º69.87%89.8%-
XYZ21.8612.875.45-
YUV97.41202.26131.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 229 (89.84% from 255) = 57.11%
R=25.69%
G=17.21%
B=57.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal103692290.550.7000.10252.7575.4758.43
Hex6745E537460Afd4b3a
Octal1471053456710601237511372
Binary1100111100010111100101110111100011001010111111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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