Html Css Color HEX #6869FC Medium Slate Blue

📋 copy color: '#6869FC'

red 104 ◦ green 105 ◦ blue 252

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

Shades of Medium Slate Blue #6869FC

Tints of Medium Slate Blue #6869FC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.78%

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

R = 22.56%
G = 22.78%
B = 54.66%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6869FC (or 0x6869FC) is known color: Medium Slate Blue. HEX triplet: 68, 69 and FC. RGB value is (104,105,252). Sum of RGB (Red+Green+Blue) = 104+105+252=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #6869FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6869FC is #979603. Grayscale: #787878. Windows color (decimal): -9934340 or 16542056. OLE color: 16542056.

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

Color convert

RGB 104 105 252 -
CMYK 0.59 0.58 0 0.01
HSL 239.59º 0.96% 0.7% -
HSV(B) 239.59º 0.59% 0.99% -
XYZ 28.33 20.07 94.48 -
YUV 121.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 104 105 252 0.59 0.58 0 0.01 239.59 0.96 0.7
Hex 68 69 FC 3B 3A 0 1 F0 60 46
Octal 150 151 374 73 72 0 1 360 140 106
Binary 1101000 1101001 11111100 111011 111010 0 1 11110000 1100000 1000110

Color Harmonies of #6869FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869FC

Black with #6869FC

Text Example


Text Example

White with #6869FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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