Html Css Color HEX #6959FD Medium Slate Blue

📋 copy color: '#6959FD'

red 105 ◦ green 89 ◦ blue 253

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

Shades of Medium Slate Blue #6959FD

Tints of Medium Slate Blue #6959FD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 23.49%
G = 19.91%
B = 56.6%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6959FD (or 0x6959FD) is known color: Medium Slate Blue. HEX triplet: 69, 59 and FD. RGB value is (105,89,253). Sum of RGB (Red+Green+Blue) = 105+89+253=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #6959FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6959FD is #96A602. Grayscale: #6F6F6F. Windows color (decimal): -9872899 or 16603497. OLE color: 16603497.

HSL color Cylindrical-coordinate representation of color #6959FD: hue angle of 245.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6959FD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 89 253 -
CMYK 0.58 0.65 0 0.01
HSL 245.85º 0.98% 0.67% -
HSV(B) 245.85º 0.65% 0.99% -
XYZ 27.13 17.24 94.83 -
YUV 112.48 207.3 122.66 -
System Red Green Blue C M Y K H S L
Decimal 105 89 253 0.58 0.65 0 0.01 245.85 0.98 0.67
Hex 69 59 FD 3A 41 0 1 F6 62 43
Octal 151 131 375 72 101 0 1 366 142 103
Binary 1101001 1011001 11111101 111010 1000001 0 1 11110110 1100010 1000011

Color Harmonies of #6959FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6959FD

Black with #6959FD

Text Example


Text Example

White with #6959FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6959FD; }

 p { color: rgb(105,89,253); }

 H1.HeaderClassName
 {
   color: #6959FD;
 }
 .AnyTagClassName
 {
   color: #6959FD;
 }
</style>

background-color css

<style>
 a { background-color: #6959FD; }

 a { background-color: rgb(105,89,253); }

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

border-color css

<style>
 span { border-color: #6959FD; }

 span { border-color: rgb(105,89,253); }

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