Html Css Color HEX #6966FD Medium Slate Blue

📋 copy color: '#6966FD'

red 105 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #6966FD

Tints of Medium Slate Blue #6966FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

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

R = 22.83%
G = 22.17%
B = 55%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6966FD (or 0x6966FD) is known color: Medium Slate Blue. HEX triplet: 69, 66 and FD. RGB value is (105,102,253). Sum of RGB (Red+Green+Blue) = 105+102+253=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #6966FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6966FD is #969902. Grayscale: #777777. Windows color (decimal): -9869571 or 16606825. OLE color: 16606825.

HSL color Cylindrical-coordinate representation of color #6966FD: hue angle of 241.19º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6966FD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 102 253 -
CMYK 0.58 0.60 0 0.01
HSL 241.19º 0.97% 0.7% -
HSV(B) 241.19º 0.6% 0.99% -
XYZ 28.31 19.6 95.22 -
YUV 120.11 202.99 117.22 -
System Red Green Blue C M Y K H S L
Decimal 105 102 253 0.58 0.60 0 0.01 241.19 0.97 0.7
Hex 69 66 FD 3A 3C 0 1 F1 61 46
Octal 151 146 375 72 74 0 1 361 141 106
Binary 1101001 1100110 11111101 111010 111100 0 1 11110001 1100001 1000110

Color Harmonies of #6966FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966FD

Black with #6966FD

Text Example


Text Example

White with #6966FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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