Html Css Color HEX #6869E0 Medium Slate Blue

📋 copy color: '#6869E0'

red 104 ◦ green 105 ◦ blue 224

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

Shades of Medium Slate Blue #6869E0

Tints of Medium Slate Blue #6869E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 24.02%
G = 24.25%
B = 51.73%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6869E0 (or 0x6869E0) is known color: Medium Slate Blue. HEX triplet: 68, 69 and E0. RGB value is (104,105,224). Sum of RGB (Red+Green+Blue) = 104+105+224=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #6869E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869E0 is #97961F. Grayscale: #757575. Windows color (decimal): -9934368 or 14707048. OLE color: 14707048.

HSL color Cylindrical-coordinate representation of color #6869E0: hue angle of 239.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6869E0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 105 224 -
CMYK 0.54 0.53 0 0.12
HSL 239.5º 0.66% 0.64% -
HSV(B) 239.5º 0.54% 0.88% -
XYZ 24.22 18.43 72.8 -
YUV 118.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 104 105 224 0.54 0.53 0 0.12 239.5 0.66 0.64
Hex 68 69 E0 36 35 0 C F0 42 40
Octal 150 151 340 66 65 0 14 360 102 100
Binary 1101000 1101001 11100000 110110 110101 0 1100 11110000 1000010 1000000

Color Harmonies of #6869E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869E0

Black with #6869E0

Text Example


Text Example

White with #6869E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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