#6345DE

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

Shades of Slate Blue #6345DE

Tints of Slate Blue #6345DE

Color information

#6345DE (or 0x6345DE) is unknown color: approx Slate Blue. HEX triplet: 63, 45 and DE. RGB value is (99,69,222). Sum of RGB (Red+Green+Blue) = 99+69+222=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #6345DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345DE is #9CBA21. Grayscale: #5E5E5E. Windows color (decimal): -10271266 or 14566755. OLE color: 14566755.

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

Color convert

RGB9969222-
CMYK0.550.6900.13
HSL251.76º69.86%57.06%-
HSV(B)251.76º68.92%87.06%-
XYZ20.4612.1870.38-
YUV95.41199.44130.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 222 (87.11% from 255) = 56.92%
R=25.38%
G=17.69%
B=56.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99692220.550.6900.13251.7669.8657.06
Hex6345DE37450Dfc4639
Octal1431053366710501537410671
Binary1100011100010111011110110111100010101101111111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6345DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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