Html Css Color HEX #6F55EB Medium Slate Blue

📋 copy color: '#6F55EB'

red 111 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #6F55EB

Tints of Medium Slate Blue #6F55EB

RGB

 RED value IS 111 (43.75% from 255) = 25.75%

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 25.75%
G = 19.72%
B = 54.52%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F55EB (or 0x6F55EB) is known color: Medium Slate Blue. HEX triplet: 6F, 55 and EB. RGB value is (111,85,235). Sum of RGB (Red+Green+Blue) = 111+85+235=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F55EB is #90AA14. Grayscale: #6D6D6D. Windows color (decimal): -9480725 or 15422831. OLE color: 15422831.

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

Color convert

RGB 111 85 235 -
CMYK 0.53 0.64 0 0.08
HSL 250.4º 0.79% 0.63% -
HSV(B) 250.4º 0.64% 0.92% -
XYZ 24.8 15.87 80.35 -
YUV 109.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 111 85 235 0.53 0.64 0 0.08 250.4 0.79 0.63
Hex 6F 55 EB 35 40 0 8 FA 4F 3F
Octal 157 125 353 65 100 0 10 372 117 77
Binary 1101111 1010101 11101011 110101 1000000 0 1000 11111010 1001111 111111

Color Harmonies of #6F55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F55EB

Black with #6F55EB

Text Example


Text Example

White with #6F55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,235); }

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

background-color css

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

 a { background-color: rgb(111,85,235); }

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

border-color css

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

 span { border-color: rgb(111,85,235); }

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