Html Css Color HEX #6B55E8 Medium Slate Blue

📋 copy color: '#6B55E8'

red 107 ◦ green 85 ◦ blue 232

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

Shades of Medium Slate Blue #6B55E8

Tints of Medium Slate Blue #6B55E8

RGB

 RED value IS 107 (42.19% from 255) = 25.24%

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

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

R = 25.24%
G = 20.05%
B = 54.72%

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

#6B55E8 (or 0x6B55E8) is known color: Medium Slate Blue. HEX triplet: 6B, 55 and E8. RGB value is (107,85,232). Sum of RGB (Red+Green+Blue) = 107+85+232=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #6B55E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B55E8 is #94AA17. Grayscale: #6B6B6B. Windows color (decimal): -9742872 or 15226219. OLE color: 15226219.

HSL color Cylindrical-coordinate representation of color #6B55E8: hue angle of 248.98º 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 #6B55E8 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 85 232 -
CMYK 0.54 0.63 0 0.09
HSL 248.98º 0.76% 0.62% -
HSV(B) 248.98º 0.63% 0.91% -
XYZ 23.88 15.45 78.07 -
YUV 108.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 107 85 232 0.54 0.63 0 0.09 248.98 0.76 0.62
Hex 6B 55 E8 36 3F 0 9 F9 4C 3E
Octal 153 125 350 66 77 0 11 371 114 76
Binary 1101011 1010101 11101000 110110 111111 0 1001 11111001 1001100 111110

Color Harmonies of #6B55E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B55E8

Black with #6B55E8

Text Example


Text Example

White with #6B55E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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