#6A63D0

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

Shades of Slate Blue #6A63D0

Tints of Slate Blue #6A63D0

Color information

#6A63D0 (or 0x6A63D0) is unknown color: approx Slate Blue. HEX triplet: 6A, 63 and D0. RGB value is (106,99,208). Sum of RGB (Red+Green+Blue) = 106+99+208=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A63D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63D0 is #959C2F. Grayscale: #717171. Windows color (decimal): -9804848 or 13656938. OLE color: 13656938.

HSL color Cylindrical-coordinate representation of color #6A63D0: hue angle of 243.85º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A63D0 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10699208-
CMYK0.490.5200.18
HSL243.85º53.69%60.2%-
HSV(B)243.85º52.4%81.57%-
XYZ21.7916.5461.72-
YUV113.52181.32122.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.67%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=25.67%
G=23.97%
B=50.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106992080.490.5200.18243.8553.6960.2
Hex6A63D03134012f4363c
Octal15214332061640223646674
Binary110101011000111101000011000111010001001011110100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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