Html Css Color HEX #6956FE Medium Slate Blue

📋 copy color: '#6956FE'

red 105 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #6956FE

Tints of Medium Slate Blue #6956FE

RGB

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

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

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

R = 23.6%
G = 19.33%
B = 57.08%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6956FE (or 0x6956FE) is known color: Medium Slate Blue. HEX triplet: 69, 56 and FE. RGB value is (105,86,254). Sum of RGB (Red+Green+Blue) = 105+86+254=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #6956FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956FE is #96A901. Grayscale: #6E6E6E. Windows color (decimal): -9873666 or 16668265. OLE color: 16668265.

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

Color convert

RGB 105 86 254 -
CMYK 0.59 0.66 0 0.00
HSL 246.79º 0.99% 0.67% -
HSV(B) 246.79º 0.66% 1% -
XYZ 27.04 16.81 95.59 -
YUV 110.83 208.79 123.84 -
System Red Green Blue C M Y K H S L
Decimal 105 86 254 0.59 0.66 0 0.00 246.79 0.99 0.67
Hex 69 56 FE 3B 42 0 0 F7 63 43
Octal 151 126 376 73 102 0 0 367 143 103
Binary 1101001 1010110 11111110 111011 1000010 0 0 11110111 1100011 1000011

Color Harmonies of #6956FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956FE

Black with #6956FE

Text Example


Text Example

White with #6956FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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