Html Css Color HEX #6A55E8 Medium Slate Blue

📋 copy color: '#6A55E8'

red 106 ◦ green 85 ◦ blue 232

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

Shades of Medium Slate Blue #6A55E8

Tints of Medium Slate Blue #6A55E8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 232 (91.02% from 255) = 54.85%

R = 25.06%
G = 20.09%
B = 54.85%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A55E8 (or 0x6A55E8) is known color: Medium Slate Blue. HEX triplet: 6A, 55 and E8. RGB value is (106,85,232). Sum of RGB (Red+Green+Blue) = 106+85+232=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A55E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A55E8 is #95AA17. Grayscale: #6B6B6B. Windows color (decimal): -9808408 or 15226218. OLE color: 15226218.

HSL color Cylindrical-coordinate representation of color #6A55E8: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A55E8 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 85 232 -
CMYK 0.54 0.63 0 0.09
HSL 248.57º 0.76% 0.62% -
HSV(B) 248.57º 0.63% 0.91% -
XYZ 23.76 15.39 78.06 -
YUV 108.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 106 85 232 0.54 0.63 0 0.09 248.57 0.76 0.62
Hex 6A 55 E8 36 3F 0 9 F9 4C 3E
Octal 152 125 350 66 77 0 11 371 114 76
Binary 1101010 1010101 11101000 110110 111111 0 1001 11111001 1001100 111110

Color Harmonies of #6A55E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A55E8

Black with #6A55E8

Text Example


Text Example

White with #6A55E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,232); }

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

background-color css

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

 a { background-color: rgb(106,85,232); }

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

border-color css

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

 span { border-color: rgb(106,85,232); }

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