Html Css Color HEX #6A54F5 Medium Slate Blue

📋 copy color: '#6A54F5'

red 106 ◦ green 84 ◦ blue 245

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

Shades of Medium Slate Blue #6A54F5

Tints of Medium Slate Blue #6A54F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.32%

R = 24.37%
G = 19.31%
B = 56.32%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6A54F5 (or 0x6A54F5) is known color: Medium Slate Blue. HEX triplet: 6A, 54 and F5. RGB value is (106,84,245). Sum of RGB (Red+Green+Blue) = 106+84+245=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #6A54F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A54F5 is #95AB0A. Grayscale: #6C6C6C. Windows color (decimal): -9808651 or 16077930. OLE color: 16077930.

HSL color Cylindrical-coordinate representation of color #6A54F5: hue angle of 248.2º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A54F5 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 84 245 -
CMYK 0.57 0.66 0 0.04
HSL 248.2º 0.89% 0.65% -
HSV(B) 248.2º 0.66% 0.96% -
XYZ 25.6 16 88.12 -
YUV 108.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 106 84 245 0.57 0.66 0 0.04 248.2 0.89 0.65
Hex 6A 54 F5 39 42 0 4 F8 59 41
Octal 152 124 365 71 102 0 4 370 131 101
Binary 1101010 1010100 11110101 111001 1000010 0 100 11111000 1011001 1000001

Color Harmonies of #6A54F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54F5

Black with #6A54F5

Text Example


Text Example

White with #6A54F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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