Html Css Color HEX #6F4CFD Medium Slate Blue

📋 copy color: '#6F4CFD'

red 111 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #6F4CFD

Tints of Medium Slate Blue #6F4CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 25.23%
G = 17.27%
B = 57.5%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F4CFD (or 0x6F4CFD) is known color: Medium Slate Blue. HEX triplet: 6F, 4C and FD. RGB value is (111,76,253). Sum of RGB (Red+Green+Blue) = 111+76+253=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4CFD is #90B302. Grayscale: #696969. Windows color (decimal): -9483011 or 16600175. OLE color: 16600175.

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

Color convert

RGB 111 76 253 -
CMYK 0.56 0.70 0 0.01
HSL 251.86º 0.98% 0.65% -
HSV(B) 251.86º 0.7% 0.99% -
XYZ 26.87 15.64 94.53 -
YUV 106.64 210.6 131.11 -
System Red Green Blue C M Y K H S L
Decimal 111 76 253 0.56 0.70 0 0.01 251.86 0.98 0.65
Hex 6F 4C FD 38 46 0 1 FC 62 41
Octal 157 114 375 70 106 0 1 374 142 101
Binary 1101111 1001100 11111101 111000 1000110 0 1 11111100 1100010 1000001

Color Harmonies of #6F4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CFD

Black with #6F4CFD

Text Example


Text Example

White with #6F4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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