Html Css Color HEX #6961FC Medium Slate Blue

📋 copy color: '#6961FC'

red 105 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #6961FC

Tints of Medium Slate Blue #6961FC

RGB

 RED value IS 105 (41.41% from 255) = 23.13%

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

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

R = 23.13%
G = 21.37%
B = 55.51%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6961FC (or 0x6961FC) is known color: Medium Slate Blue. HEX triplet: 69, 61 and FC. RGB value is (105,97,252). Sum of RGB (Red+Green+Blue) = 105+97+252=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #6961FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6961FC is #969E03. Grayscale: #747474. Windows color (decimal): -9870852 or 16540009. OLE color: 16540009.

HSL color Cylindrical-coordinate representation of color #6961FC: hue angle of 243.1º 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 #6961FC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 97 252 -
CMYK 0.58 0.62 0 0.01
HSL 243.1º 0.96% 0.68% -
HSV(B) 243.1º 0.62% 0.99% -
XYZ 27.67 18.58 94.22 -
YUV 117.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 105 97 252 0.58 0.62 0 0.01 243.1 0.96 0.68
Hex 69 61 FC 3A 3E 0 1 F3 60 44
Octal 151 141 374 72 76 0 1 363 140 104
Binary 1101001 1100001 11111100 111010 111110 0 1 11110011 1100000 1000100

Color Harmonies of #6961FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961FC

Black with #6961FC

Text Example


Text Example

White with #6961FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961FC; }

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

 H1.HeaderClassName
 {
   color: #6961FC;
 }
 .AnyTagClassName
 {
   color: #6961FC;
 }
</style>

background-color css

<style>
 a { background-color: #6961FC; }

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

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

border-color css

<style>
 span { border-color: #6961FC; }

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

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