Html Css Color HEX #696BFE Medium Slate Blue

📋 copy color: '#696BFE'

red 105 ◦ green 107 ◦ blue 254

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

Shades of Medium Slate Blue #696BFE

Tints of Medium Slate Blue #696BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 22.53%
G = 22.96%
B = 54.51%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#696BFE (or 0x696BFE) is known color: Medium Slate Blue. HEX triplet: 69, 6B and FE. RGB value is (105,107,254). Sum of RGB (Red+Green+Blue) = 105+107+254=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #696BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BFE is #969401. Grayscale: #7A7A7A. Windows color (decimal): -9868290 or 16673641. OLE color: 16673641.

HSL color Cylindrical-coordinate representation of color #696BFE: hue angle of 239.19º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696BFE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 107 254 -
CMYK 0.59 0.58 0 0.00
HSL 239.19º 0.99% 0.7% -
HSV(B) 239.19º 0.59% 1% -
XYZ 28.97 20.67 96.23 -
YUV 123.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 105 107 254 0.59 0.58 0 0.00 239.19 0.99 0.7
Hex 69 6B FE 3B 3A 0 0 EF 63 46
Octal 151 153 376 73 72 0 0 357 143 106
Binary 1101001 1101011 11111110 111011 111010 0 0 11101111 1100011 1000110

Color Harmonies of #696BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BFE

Black with #696BFE

Text Example


Text Example

White with #696BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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