Html Css Color HEX #6868FE Medium Slate Blue

📋 copy color: '#6868FE'

red 104 ◦ green 104 ◦ blue 254

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

Shades of Medium Slate Blue #6868FE

Tints of Medium Slate Blue #6868FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

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

R = 22.51%
G = 22.51%
B = 54.98%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6868FE (or 0x6868FE) is known color: Medium Slate Blue. HEX triplet: 68, 68 and FE. RGB value is (104,104,254). Sum of RGB (Red+Green+Blue) = 104+104+254=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #6868FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6868FE is #979701. Grayscale: #787878. Windows color (decimal): -9934594 or 16672872. OLE color: 16672872.

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

Color convert

RGB 104 104 254 -
CMYK 0.59 0.59 0 0.00
HSL 240º 0.99% 0.7% -
HSV(B) 240º 0.59% 1% -
XYZ 28.55 20 96.12 -
YUV 121.1 203 115.8 -
System Red Green Blue C M Y K H S L
Decimal 104 104 254 0.59 0.59 0 0.00 240 0.99 0.7
Hex 68 68 FE 3B 3B 0 0 F0 63 46
Octal 150 150 376 73 73 0 0 360 143 106
Binary 1101000 1101000 11111110 111011 111011 0 0 11110000 1100011 1000110

Color Harmonies of #6868FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868FE

Black with #6868FE

Text Example


Text Example

White with #6868FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,104,254); }

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

background-color css

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

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

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

border-color css

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

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

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