Html Css Color HEX #696BEF Medium Slate Blue

📋 copy color: '#696BEF'

red 105 ◦ green 107 ◦ blue 239

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

Shades of Medium Slate Blue #696BEF

Tints of Medium Slate Blue #696BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 23.28%
G = 23.73%
B = 52.99%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#696BEF (or 0x696BEF) is known color: Medium Slate Blue. HEX triplet: 69, 6B and EF. RGB value is (105,107,239). Sum of RGB (Red+Green+Blue) = 105+107+239=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #696BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BEF is #969410. Grayscale: #787878. Windows color (decimal): -9868305 or 15690601. OLE color: 15690601.

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

Color convert

RGB 105 107 239 -
CMYK 0.56 0.55 0 0.06
HSL 239.1º 0.81% 0.67% -
HSV(B) 239.1º 0.56% 0.94% -
XYZ 26.66 19.75 84.07 -
YUV 121.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 105 107 239 0.56 0.55 0 0.06 239.1 0.81 0.67
Hex 69 6B EF 38 37 0 6 EF 51 43
Octal 151 153 357 70 67 0 6 357 121 103
Binary 1101001 1101011 11101111 111000 110111 0 110 11101111 1010001 1000011

Color Harmonies of #696BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BEF

Black with #696BEF

Text Example


Text Example

White with #696BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696BEF; }

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

 H1.HeaderClassName
 {
   color: #696BEF;
 }
 .AnyTagClassName
 {
   color: #696BEF;
 }
</style>

background-color css

<style>
 a { background-color: #696BEF; }

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

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

border-color css

<style>
 span { border-color: #696BEF; }

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

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