#6346CA

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

Shades of Slate Blue #6346CA

Tints of Slate Blue #6346CA

Color information

#6346CA (or 0x6346CA) is unknown color: approx Slate Blue. HEX triplet: 63, 46 and CA. RGB value is (99,70,202). Sum of RGB (Red+Green+Blue) = 99+70+202=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6346CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346CA is #9CB935. Grayscale: #5D5D5D. Windows color (decimal): -10271030 or 13256291. OLE color: 13256291.

HSL color Cylindrical-coordinate representation of color #6346CA: hue angle of 253.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6346CA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9970202-
CMYK0.510.6500.21
HSL253.18º55.46%53.33%-
HSV(B)253.18º65.35%79.22%-
XYZ1811.357.11-
YUV93.72189.11131.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=26.68%
G=18.87%
B=54.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99702020.510.6500.21253.1855.4653.33
Hex6346CA3341015fd3735
Octal143106312631010253756765
Binary1100011100011011001010110011100000101010111111101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6346CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6346CA; }

 p { color: rgb(99,70,202); }

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

<style>
 a { background-color: #6346CA; }

 a { background-color: rgb(99,70,202); }

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

<style>
 span { border-color: #6346CA; }

 span { border-color: rgb(99,70,202); }

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