#6A63DA

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

Shades of Slate Blue #6A63DA

Tints of Slate Blue #6A63DA

Color information

#6A63DA (or 0x6A63DA) is unknown color: approx Slate Blue. HEX triplet: 6A, 63 and DA. RGB value is (106,99,218). Sum of RGB (Red+Green+Blue) = 106+99+218=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A63DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63DA is #959C25. Grayscale: #727272. Windows color (decimal): -9804838 or 14312298. OLE color: 14312298.

HSL color Cylindrical-coordinate representation of color #6A63DA: hue angle of 243.53º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A63DA is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10699218-
CMYK0.510.5500.15
HSL243.53º61.66%62.16%-
HSV(B)243.53º54.59%85.49%-
XYZ23.0617.0568.41-
YUV114.66186.32121.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=25.06%
G=23.40%
B=51.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106992180.510.5500.15243.5361.6662.16
Hex6A63DA33370Ff43e3e
Octal15214333263670173647676
Binary11010101100011110110101100111101110111111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A63DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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