Html Css Color HEX #6967E8 Medium Slate Blue

📋 copy color: '#6967E8'

red 105 ◦ green 103 ◦ blue 232

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

Shades of Medium Slate Blue #6967E8

Tints of Medium Slate Blue #6967E8

RGB

 RED value IS 105 (41.41% from 255) = 23.86%

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

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

R = 23.86%
G = 23.41%
B = 52.73%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6967E8 (or 0x6967E8) is known color: Medium Slate Blue. HEX triplet: 69, 67 and E8. RGB value is (105,103,232). Sum of RGB (Red+Green+Blue) = 105+103+232=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #6967E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6967E8 is #969817. Grayscale: #757575. Windows color (decimal): -9869336 or 15230825. OLE color: 15230825.

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

Color convert

RGB 105 103 232 -
CMYK 0.55 0.56 0 0.09
HSL 240.93º 0.74% 0.66% -
HSV(B) 240.93º 0.56% 0.91% -
XYZ 25.24 18.53 78.59 -
YUV 118.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 105 103 232 0.55 0.56 0 0.09 240.93 0.74 0.66
Hex 69 67 E8 37 38 0 9 F1 4A 42
Octal 151 147 350 67 70 0 11 361 112 102
Binary 1101001 1100111 11101000 110111 111000 0 1001 11110001 1001010 1000010

Color Harmonies of #6967E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6967E8

Black with #6967E8

Text Example


Text Example

White with #6967E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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