Html Css Color HEX #696DFE Medium Slate Blue

📋 copy color: '#696DFE'

red 105 ◦ green 109 ◦ blue 254

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

Shades of Medium Slate Blue #696DFE

Tints of Medium Slate Blue #696DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

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

R = 22.44%
G = 23.29%
B = 54.27%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#696DFE (or 0x696DFE) is known color: Medium Slate Blue. HEX triplet: 69, 6D and FE. RGB value is (105,109,254). Sum of RGB (Red+Green+Blue) = 105+109+254=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #696DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFE is #969201. Grayscale: #7B7B7B. Windows color (decimal): -9867778 or 16674153. OLE color: 16674153.

HSL color Cylindrical-coordinate representation of color #696DFE: hue angle of 238.39º 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 #696DFE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 109 254 -
CMYK 0.59 0.57 0 0.00
HSL 238.39º 0.99% 0.7% -
HSV(B) 238.39º 0.59% 1% -
XYZ 29.18 21.1 96.3 -
YUV 124.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 105 109 254 0.59 0.57 0 0.00 238.39 0.99 0.7
Hex 69 6D FE 3B 39 0 0 EE 63 46
Octal 151 155 376 73 71 0 0 356 143 106
Binary 1101001 1101101 11111110 111011 111001 0 0 11101110 1100011 1000110

Color Harmonies of #696DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DFE

Black with #696DFE

Text Example


Text Example

White with #696DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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