Html Css Color HEX #6961FE Medium Slate Blue

📋 copy color: '#6961FE'

red 105 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #6961FE

Tints of Medium Slate Blue #6961FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 23.03%
G = 21.27%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6961FE (or 0x6961FE) is known color: Medium Slate Blue. HEX triplet: 69, 61 and FE. RGB value is (105,97,254). Sum of RGB (Red+Green+Blue) = 105+97+254=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6961FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6961FE is #969E01. Grayscale: #747474. Windows color (decimal): -9870850 or 16671081. OLE color: 16671081.

HSL color Cylindrical-coordinate representation of color #6961FE: hue angle of 243.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6961FE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 97 254 -
CMYK 0.59 0.62 0 0.00
HSL 243.06º 0.99% 0.69% -
HSV(B) 243.06º 0.62% 1% -
XYZ 27.99 18.71 95.9 -
YUV 117.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 105 97 254 0.59 0.62 0 0.00 243.06 0.99 0.69
Hex 69 61 FE 3B 3E 0 0 F3 63 45
Octal 151 141 376 73 76 0 0 363 143 105
Binary 1101001 1100001 11111110 111011 111110 0 0 11110011 1100011 1000101

Color Harmonies of #6961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961FE

Black with #6961FE

Text Example


Text Example

White with #6961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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