#6A63CA

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

Shades of Slate Blue #6A63CA

Tints of Slate Blue #6A63CA

Color information

#6A63CA (or 0x6A63CA) is unknown color: approx Slate Blue. HEX triplet: 6A, 63 and CA. RGB value is (106,99,202). Sum of RGB (Red+Green+Blue) = 106+99+202=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A63CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63CA is #959C35. Grayscale: #707070. Windows color (decimal): -9804854 or 13263722. OLE color: 13263722.

HSL color Cylindrical-coordinate representation of color #6A63CA: hue angle of 244.08º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A63CA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10699202-
CMYK0.480.5100.21
HSL244.08º49.28%59.02%-
HSV(B)244.08º50.99%79.22%-
XYZ21.0716.2557.9-
YUV112.84178.32123.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=26.04%
G=24.32%
B=49.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106992020.480.5100.21244.0849.2859.02
Hex6A63CA3033015f4313b
Octal15214331260630253646173
Binary110101011000111100101011000011001101010111110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A63CA; }

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

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

<style>
 a { background-color: #6A63CA; }

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

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

<style>
 span { border-color: #6A63CA; }

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

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