Html Css Color HEX #6F69E7 Medium Slate Blue

📋 copy color: '#6F69E7'

red 111 ◦ green 105 ◦ blue 231

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

Shades of Medium Slate Blue #6F69E7

Tints of Medium Slate Blue #6F69E7

RGB

 RED value IS 111 (43.75% from 255) = 24.83%

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

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 24.83%
G = 23.49%
B = 51.68%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6F69E7 (or 0x6F69E7) is known color: Medium Slate Blue. HEX triplet: 6F, 69 and E7. RGB value is (111,105,231). Sum of RGB (Red+Green+Blue) = 111+105+231=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #6F69E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F69E7 is #909618. Grayscale: #787878. Windows color (decimal): -9475609 or 15165807. OLE color: 15165807.

HSL color Cylindrical-coordinate representation of color #6F69E7: hue angle of 242.86º degrees, saturation: 0.72, 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 #6F69E7 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 105 231 -
CMYK 0.52 0.55 0 0.09
HSL 242.86º 0.72% 0.66% -
HSV(B) 242.86º 0.55% 0.91% -
XYZ 26.03 19.25 77.95 -
YUV 121.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 111 105 231 0.52 0.55 0 0.09 242.86 0.72 0.66
Hex 6F 69 E7 34 37 0 9 F3 48 42
Octal 157 151 347 64 67 0 11 363 110 102
Binary 1101111 1101001 11100111 110100 110111 0 1001 11110011 1001000 1000010

Color Harmonies of #6F69E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F69E7

Black with #6F69E7

Text Example


Text Example

White with #6F69E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F69E7; }

 p { color: rgb(111,105,231); }

 H1.HeaderClassName
 {
   color: #6F69E7;
 }
 .AnyTagClassName
 {
   color: #6F69E7;
 }
</style>

background-color css

<style>
 a { background-color: #6F69E7; }

 a { background-color: rgb(111,105,231); }

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

border-color css

<style>
 span { border-color: #6F69E7; }

 span { border-color: rgb(111,105,231); }

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