Html Css Color HEX #6F61FC Medium Slate Blue

📋 copy color: '#6F61FC'

red 111 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #6F61FC

Tints of Medium Slate Blue #6F61FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 24.13%
G = 21.09%
B = 54.78%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F61FC (or 0x6F61FC) is known color: Medium Slate Blue. HEX triplet: 6F, 61 and FC. RGB value is (111,97,252). Sum of RGB (Red+Green+Blue) = 111+97+252=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F61FC is #909E03. Grayscale: #767676. Windows color (decimal): -9477636 or 16540015. OLE color: 16540015.

HSL color Cylindrical-coordinate representation of color #6F61FC: hue angle of 245.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F61FC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 97 252 -
CMYK 0.56 0.62 0 0.01
HSL 245.42º 0.96% 0.68% -
HSV(B) 245.42º 0.62% 0.99% -
XYZ 28.4 18.96 94.26 -
YUV 118.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 111 97 252 0.56 0.62 0 0.01 245.42 0.96 0.68
Hex 6F 61 FC 38 3E 0 1 F5 60 44
Octal 157 141 374 70 76 0 1 365 140 104
Binary 1101111 1100001 11111100 111000 111110 0 1 11110101 1100000 1000100

Color Harmonies of #6F61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F61FC

Black with #6F61FC

Text Example


Text Example

White with #6F61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,252); }

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

background-color css

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

 a { background-color: rgb(111,97,252); }

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

border-color css

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

 span { border-color: rgb(111,97,252); }

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