Html Css Color HEX #6867FC Medium Slate Blue

📋 copy color: '#6867FC'

red 104 ◦ green 103 ◦ blue 252

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

Shades of Medium Slate Blue #6867FC

Tints of Medium Slate Blue #6867FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 22.66%
G = 22.44%
B = 54.9%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6867FC (or 0x6867FC) is known color: Medium Slate Blue. HEX triplet: 68, 67 and FC. RGB value is (104,103,252). Sum of RGB (Red+Green+Blue) = 104+103+252=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #6867FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6867FC is #979803. Grayscale: #777777. Windows color (decimal): -9934852 or 16541544. OLE color: 16541544.

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

Color convert

RGB 104 103 252 -
CMYK 0.59 0.59 0 0.01
HSL 240.4º 0.96% 0.7% -
HSV(B) 240.4º 0.59% 0.99% -
XYZ 28.13 19.67 94.41 -
YUV 120.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 104 103 252 0.59 0.59 0 0.01 240.4 0.96 0.7
Hex 68 67 FC 3B 3B 0 1 F0 60 46
Octal 150 147 374 73 73 0 1 360 140 106
Binary 1101000 1100111 11111100 111011 111011 0 1 11110000 1100000 1000110

Color Harmonies of #6867FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867FC

Black with #6867FC

Text Example


Text Example

White with #6867FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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