#6A63C1

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

Shades of Slate Blue #6A63C1

Tints of Slate Blue #6A63C1

Color information

#6A63C1 (or 0x6A63C1) is unknown color: approx Slate Blue. HEX triplet: 6A, 63 and C1. RGB value is (106,99,193). Sum of RGB (Red+Green+Blue) = 106+99+193=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A63C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63C1 is #959C3E. Grayscale: #6F6F6F. Windows color (decimal): -9804863 or 12673898. OLE color: 12673898.

HSL color Cylindrical-coordinate representation of color #6A63C1: hue angle of 244.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A63C1 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10699193-
CMYK0.450.4900.24
HSL244.47º43.12%57.25%-
HSV(B)244.47º48.7%75.69%-
XYZ20.0315.8452.45-
YUV111.81173.82123.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=26.63%
G=24.87%
B=48.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106991930.450.4900.24244.4743.1257.25
Hex6A63C12D31018f42b39
Octal15214330155610303645371
Binary110101011000111100000110110111000101100011110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A63C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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