Html Css Color HEX #6867EF Medium Slate Blue

📋 copy color: '#6867EF'

red 104 ◦ green 103 ◦ blue 239

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

Shades of Medium Slate Blue #6867EF

Tints of Medium Slate Blue #6867EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 23.32%
G = 23.09%
B = 53.59%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6867EF (or 0x6867EF) is known color: Medium Slate Blue. HEX triplet: 68, 67 and EF. RGB value is (104,103,239). Sum of RGB (Red+Green+Blue) = 104+103+239=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #6867EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6867EF is #979810. Grayscale: #767676. Windows color (decimal): -9934865 or 15689576. OLE color: 15689576.

HSL color Cylindrical-coordinate representation of color #6867EF: hue angle of 240.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6867EF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 103 239 -
CMYK 0.56 0.57 0 0.06
HSL 240.44º 0.81% 0.67% -
HSV(B) 240.44º 0.57% 0.94% -
XYZ 26.14 18.88 83.93 -
YUV 118.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 104 103 239 0.56 0.57 0 0.06 240.44 0.81 0.67
Hex 68 67 EF 38 39 0 6 F0 51 43
Octal 150 147 357 70 71 0 6 360 121 103
Binary 1101000 1100111 11101111 111000 111001 0 110 11110000 1010001 1000011

Color Harmonies of #6867EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867EF

Black with #6867EF

Text Example


Text Example

White with #6867EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6867EF; }

 p { color: rgb(104,103,239); }

 H1.HeaderClassName
 {
   color: #6867EF;
 }
 .AnyTagClassName
 {
   color: #6867EF;
 }
</style>

background-color css

<style>
 a { background-color: #6867EF; }

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

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

border-color css

<style>
 span { border-color: #6867EF; }

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

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