Html Css Color HEX #6967EF Medium Slate Blue

📋 copy color: '#6967EF'

red 105 ◦ green 103 ◦ blue 239

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

Shades of Medium Slate Blue #6967EF

Tints of Medium Slate Blue #6967EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 23.49%
G = 23.04%
B = 53.47%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6967EF (or 0x6967EF) is known color: Medium Slate Blue. HEX triplet: 69, 67 and EF. RGB value is (105,103,239). Sum of RGB (Red+Green+Blue) = 105+103+239=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #6967EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6967EF is #969810. Grayscale: #767676. Windows color (decimal): -9869329 or 15689577. OLE color: 15689577.

HSL color Cylindrical-coordinate representation of color #6967EF: hue angle of 240.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6967EF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 103 239 -
CMYK 0.56 0.57 0 0.06
HSL 240.88º 0.81% 0.67% -
HSV(B) 240.88º 0.57% 0.94% -
XYZ 26.26 18.94 83.93 -
YUV 119.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 105 103 239 0.56 0.57 0 0.06 240.88 0.81 0.67
Hex 69 67 EF 38 39 0 6 F1 51 43
Octal 151 147 357 70 71 0 6 361 121 103
Binary 1101001 1100111 11101111 111000 111001 0 110 11110001 1010001 1000011

Color Harmonies of #6967EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6967EF

Black with #6967EF

Text Example


Text Example

White with #6967EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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