Html Css Color HEX #6A63FE Medium Slate Blue

📋 copy color: '#6A63FE'

red 106 ◦ green 99 ◦ blue 254

#6A63FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6A63FE

Tints of Medium Slate Blue #6A63FE

RGB

 RED value IS 106 (41.8% from 255) = 23.09%

 GREEN value IS 99 (39.06% from 255) = 21.57%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 23.09%
G = 21.57%
B = 55.34%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A63FE (or 0x6A63FE) is known color: Medium Slate Blue. HEX triplet: 6A, 63 and FE. RGB value is (106,99,254). Sum of RGB (Red+Green+Blue) = 106+99+254=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A63FE is #959C01. Grayscale: #767676. Windows color (decimal): -9804802 or 16671594. OLE color: 16671594.

HSL color Cylindrical-coordinate representation of color #6A63FE: hue angle of 242.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A63FE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 99 254 -
CMYK 0.58 0.61 0 0.00
HSL 242.71º 0.99% 0.69% -
HSV(B) 242.71º 0.61% 1% -
XYZ 28.3 19.14 95.97 -
YUV 118.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 106 99 254 0.58 0.61 0 0.00 242.71 0.99 0.69
Hex 6A 63 FE 3A 3D 0 0 F3 63 45
Octal 152 143 376 72 75 0 0 363 143 105
Binary 1101010 1100011 11111110 111010 111101 0 0 11110011 1100011 1000101

Color Harmonies of #6A63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A63FE

Black with #6A63FE

Text Example


Text Example

White with #6A63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A63FE;
 }
 .AnyTagClassName
 {
   color: #6A63FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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