Html Css Color HEX #6F56FF Medium Slate Blue

📋 copy color: '#6F56FF'

red 111 ◦ green 86 ◦ blue 255

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

Shades of Medium Slate Blue #6F56FF

Tints of Medium Slate Blue #6F56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 24.56%
G = 19.03%
B = 56.42%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F56FF (or 0x6F56FF) is known color: Medium Slate Blue. HEX triplet: 6F, 56 and FF. RGB value is (111,86,255). Sum of RGB (Red+Green+Blue) = 111+86+255=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F56FF is #90A900. Grayscale: #707070. Windows color (decimal): -9480449 or 16733807. OLE color: 16733807.

HSL color Cylindrical-coordinate representation of color #6F56FF: hue angle of 248.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F56FF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 86 255 -
CMYK 0.56 0.66 0 0
HSL 248.88º 1% 0.67% -
HSV(B) 248.88º 0.66% 1% -
XYZ 27.93 17.26 96.47 -
YUV 112.74 208.28 126.76 -
System Red Green Blue C M Y K H S L
Decimal 111 86 255 0.56 0.66 0 0 248.88 1 0.67
Hex 6F 56 FF 38 42 0 0 F9 64 43
Octal 157 126 377 70 102 0 0 371 144 103
Binary 1101111 1010110 11111111 111000 1000010 0 0 11111001 1100100 1000011

Color Harmonies of #6F56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56FF

Black with #6F56FF

Text Example


Text Example

White with #6F56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,255); }

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

background-color css

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

 a { background-color: rgb(111,86,255); }

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

border-color css

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

 span { border-color: rgb(111,86,255); }

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