Html Css Color HEX #6F4AEB Medium Slate Blue

📋 copy color: '#6F4AEB'

red 111 ◦ green 74 ◦ blue 235

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

Shades of Medium Slate Blue #6F4AEB

Tints of Medium Slate Blue #6F4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

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

R = 26.43%
G = 17.62%
B = 55.95%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F4AEB (or 0x6F4AEB) is known color: Medium Slate Blue. HEX triplet: 6F, 4A and EB. RGB value is (111,74,235). Sum of RGB (Red+Green+Blue) = 111+74+235=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4AEB is #90B514. Grayscale: #666666. Windows color (decimal): -9483541 or 15420015. OLE color: 15420015.

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

Color convert

RGB 111 74 235 -
CMYK 0.53 0.69 0 0.08
HSL 253.79º 0.8% 0.61% -
HSV(B) 253.79º 0.69% 0.92% -
XYZ 24 14.28 80.09 -
YUV 103.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 111 74 235 0.53 0.69 0 0.08 253.79 0.8 0.61
Hex 6F 4A EB 35 45 0 8 FE 50 3D
Octal 157 112 353 65 105 0 10 376 120 75
Binary 1101111 1001010 11101011 110101 1000101 0 1000 11111110 1010000 111101

Color Harmonies of #6F4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4AEB

Black with #6F4AEB

Text Example


Text Example

White with #6F4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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