Html Css Color HEX #6869E8 Medium Slate Blue

📋 copy color: '#6869E8'

red 104 ◦ green 105 ◦ blue 232

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

Shades of Medium Slate Blue #6869E8

Tints of Medium Slate Blue #6869E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.61%

R = 23.58%
G = 23.81%
B = 52.61%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6869E8 (or 0x6869E8) is known color: Medium Slate Blue. HEX triplet: 68, 69 and E8. RGB value is (104,105,232). Sum of RGB (Red+Green+Blue) = 104+105+232=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #6869E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6869E8 is #979617. Grayscale: #767676. Windows color (decimal): -9934360 or 15231336. OLE color: 15231336.

HSL color Cylindrical-coordinate representation of color #6869E8: hue angle of 239.53º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6869E8 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 105 232 -
CMYK 0.55 0.55 0 0.09
HSL 239.53º 0.74% 0.66% -
HSV(B) 239.53º 0.55% 0.91% -
XYZ 25.33 18.87 78.65 -
YUV 119.18 191.67 117.17 -
System Red Green Blue C M Y K H S L
Decimal 104 105 232 0.55 0.55 0 0.09 239.53 0.74 0.66
Hex 68 69 E8 37 37 0 9 F0 4A 42
Octal 150 151 350 67 67 0 11 360 112 102
Binary 1101000 1101001 11101000 110111 110111 0 1001 11110000 1001010 1000010

Color Harmonies of #6869E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869E8

Black with #6869E8

Text Example


Text Example

White with #6869E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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