Html Css Color HEX #6866FD Medium Slate Blue

📋 copy color: '#6866FD'

red 104 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #6866FD

Tints of Medium Slate Blue #6866FD

RGB

 RED value IS 104 (41.02% from 255) = 22.66%

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

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

R = 22.66%
G = 22.22%
B = 55.12%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6866FD (or 0x6866FD) is known color: Medium Slate Blue. HEX triplet: 68, 66 and FD. RGB value is (104,102,253). Sum of RGB (Red+Green+Blue) = 104+102+253=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #6866FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6866FD is #979902. Grayscale: #777777. Windows color (decimal): -9935107 or 16606824. OLE color: 16606824.

HSL color Cylindrical-coordinate representation of color #6866FD: hue angle of 240.79º 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 #6866FD is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 102 253 -
CMYK 0.59 0.60 0 0.01
HSL 240.79º 0.97% 0.7% -
HSV(B) 240.79º 0.6% 0.99% -
XYZ 28.19 19.54 95.21 -
YUV 119.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 104 102 253 0.59 0.60 0 0.01 240.79 0.97 0.7
Hex 68 66 FD 3B 3C 0 1 F1 61 46
Octal 150 146 375 73 74 0 1 361 141 106
Binary 1101000 1100110 11111101 111011 111100 0 1 11110001 1100001 1000110

Color Harmonies of #6866FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6866FD

Black with #6866FD

Text Example


Text Example

White with #6866FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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