#6348CA

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

Shades of Slate Blue #6348CA

Tints of Slate Blue #6348CA

Color information

#6348CA (or 0x6348CA) is unknown color: approx Slate Blue. HEX triplet: 63, 48 and CA. RGB value is (99,72,202). Sum of RGB (Red+Green+Blue) = 99+72+202=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #6348CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348CA is #9CB735. Grayscale: #5E5E5E. Windows color (decimal): -10270518 or 13256803. OLE color: 13256803.

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

Color convert

RGB9972202-
CMYK0.510.6400.21
HSL252.46º55.08%53.73%-
HSV(B)252.46º64.36%79.22%-
XYZ18.1211.5557.15-
YUV94.89188.45130.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=26.54%
G=19.30%
B=54.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99722020.510.6400.21252.4655.0853.73
Hex6348CA3340015fc3736
Octal143110312631000253746766
Binary1100011100100011001010110011100000001010111111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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