Html Css Color HEX #6A54EA Medium Slate Blue

📋 copy color: '#6A54EA'

red 106 ◦ green 84 ◦ blue 234

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

Shades of Medium Slate Blue #6A54EA

Tints of Medium Slate Blue #6A54EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 25%
G = 19.81%
B = 55.19%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A54EA (or 0x6A54EA) is known color: Medium Slate Blue. HEX triplet: 6A, 54 and EA. RGB value is (106,84,234). Sum of RGB (Red+Green+Blue) = 106+84+234=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A54EA is #95AB15. Grayscale: #6B6B6B. Windows color (decimal): -9808662 or 15357034. OLE color: 15357034.

HSL color Cylindrical-coordinate representation of color #6A54EA: hue angle of 248.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A54EA is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 84 234 -
CMYK 0.55 0.64 0 0.08
HSL 248.8º 0.78% 0.62% -
HSV(B) 248.8º 0.64% 0.92% -
XYZ 23.97 15.35 79.54 -
YUV 107.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 106 84 234 0.55 0.64 0 0.08 248.8 0.78 0.62
Hex 6A 54 EA 37 40 0 8 F9 4E 3E
Octal 152 124 352 67 100 0 10 371 116 76
Binary 1101010 1010100 11101010 110111 1000000 0 1000 11111001 1001110 111110

Color Harmonies of #6A54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54EA

Black with #6A54EA

Text Example


Text Example

White with #6A54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,234); }

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

background-color css

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

 a { background-color: rgb(106,84,234); }

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

border-color css

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

 span { border-color: rgb(106,84,234); }

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