#6345E8

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

Shades of Slate Blue #6345E8

Tints of Slate Blue #6345E8

Color information

#6345E8 (or 0x6345E8) is unknown color: approx Slate Blue. HEX triplet: 63, 45 and E8. RGB value is (99,69,232). Sum of RGB (Red+Green+Blue) = 99+69+232=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #6345E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345E8 is #9CBA17. Grayscale: #5F5F5F. Windows color (decimal): -10271256 or 15222115. OLE color: 15222115.

HSL color Cylindrical-coordinate representation of color #6345E8: hue angle of 251.04º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6345E8 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9969232-
CMYK0.570.7000.09
HSL251.04º77.99%59.02%-
HSV(B)251.04º70.26%90.98%-
XYZ21.8412.7477.65-
YUV96.55204.44129.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 232 (91.02% from 255) = 58%
R=24.75%
G=17.25%
B=58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal99692320.570.7000.09251.0477.9959.02
Hex6345E8394609fb4e3b
Octal1431053507110601137311673
Binary1100011100010111101000111001100011001001111110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6345E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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