#6349D6

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

Shades of Slate Blue #6349D6

Tints of Slate Blue #6349D6

Color information

#6349D6 (or 0x6349D6) is unknown color: approx Slate Blue. HEX triplet: 63, 49 and D6. RGB value is (99,73,214). Sum of RGB (Red+Green+Blue) = 99+73+214=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #6349D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349D6 is #9CB629. Grayscale: #606060. Windows color (decimal): -10270250 or 14043491. OLE color: 14043491.

HSL color Cylindrical-coordinate representation of color #6349D6: hue angle of 251.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6349D6 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9973214-
CMYK0.540.6600.16
HSL251.06º63.23%56.27%-
HSV(B)251.06º65.89%83.92%-
XYZ19.6712.2764.95-
YUV96.85194.11129.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 214 (83.98% from 255) = 55.44%
R=25.65%
G=18.91%
B=55.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99732140.540.6600.16251.0663.2356.27
Hex6349D63642010fb3f38
Octal143111326661020203737770
Binary1100011100100111010110110110100001001000011111011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6349D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6349D6; }

 p { color: rgb(99,73,214); }

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

<style>
 a { background-color: #6349D6; }

 a { background-color: rgb(99,73,214); }

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

<style>
 span { border-color: #6349D6; }

 span { border-color: rgb(99,73,214); }

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