Html Css Color HEX #6F4CFB Medium Slate Blue

📋 copy color: '#6F4CFB'

red 111 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #6F4CFB

Tints of Medium Slate Blue #6F4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 25.34%
G = 17.35%
B = 57.31%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F4CFB (or 0x6F4CFB) is known color: Medium Slate Blue. HEX triplet: 6F, 4C and FB. RGB value is (111,76,251). Sum of RGB (Red+Green+Blue) = 111+76+251=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4CFB is #90B304. Grayscale: #696969. Windows color (decimal): -9483013 or 16469103. OLE color: 16469103.

HSL color Cylindrical-coordinate representation of color #6F4CFB: hue angle of 252º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F4CFB is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 76 251 -
CMYK 0.56 0.70 0 0.02
HSL 252º 0.96% 0.64% -
HSV(B) 252º 0.7% 0.98% -
XYZ 26.55 15.51 92.86 -
YUV 106.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 111 76 251 0.56 0.70 0 0.02 252 0.96 0.64
Hex 6F 4C FB 38 46 0 2 FC 60 40
Octal 157 114 373 70 106 0 2 374 140 100
Binary 1101111 1001100 11111011 111000 1000110 0 10 11111100 1100000 1000000

Color Harmonies of #6F4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CFB

Black with #6F4CFB

Text Example


Text Example

White with #6F4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,251); }

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

background-color css

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

 a { background-color: rgb(111,76,251); }

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

border-color css

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

 span { border-color: rgb(111,76,251); }

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