Html Css Color HEX #6F5FEB Medium Slate Blue

📋 copy color: '#6F5FEB'

red 111 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #6F5FEB

Tints of Medium Slate Blue #6F5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

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

R = 25.17%
G = 21.54%
B = 53.29%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F5FEB (or 0x6F5FEB) is known color: Medium Slate Blue. HEX triplet: 6F, 5F and EB. RGB value is (111,95,235). Sum of RGB (Red+Green+Blue) = 111+95+235=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5FEB is #90A014. Grayscale: #737373. Windows color (decimal): -9478165 or 15425391. OLE color: 15425391.

HSL color Cylindrical-coordinate representation of color #6F5FEB: hue angle of 246.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F5FEB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 95 235 -
CMYK 0.53 0.60 0 0.08
HSL 246.86º 0.78% 0.65% -
HSV(B) 246.86º 0.6% 0.92% -
XYZ 25.64 17.56 80.64 -
YUV 115.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 111 95 235 0.53 0.60 0 0.08 246.86 0.78 0.65
Hex 6F 5F EB 35 3C 0 8 F7 4E 41
Octal 157 137 353 65 74 0 10 367 116 101
Binary 1101111 1011111 11101011 110101 111100 0 1000 11110111 1001110 1000001

Color Harmonies of #6F5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5FEB

Black with #6F5FEB

Text Example


Text Example

White with #6F5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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