Html Css Color HEX #696FEB Medium Slate Blue

📋 copy color: '#696FEB'

red 105 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #696FEB

Tints of Medium Slate Blue #696FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 23.28%
G = 24.61%
B = 52.11%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696FEB (or 0x696FEB) is known color: Medium Slate Blue. HEX triplet: 69, 6F and EB. RGB value is (105,111,235). Sum of RGB (Red+Green+Blue) = 105+111+235=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #696FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FEB is #969014. Grayscale: #7A7A7A. Windows color (decimal): -9867285 or 15429481. OLE color: 15429481.

HSL color Cylindrical-coordinate representation of color #696FEB: hue angle of 237.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696FEB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 111 235 -
CMYK 0.55 0.53 0 0.08
HSL 237.23º 0.76% 0.67% -
HSV(B) 237.23º 0.55% 0.92% -
XYZ 26.51 20.37 81.13 -
YUV 123.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 105 111 235 0.55 0.53 0 0.08 237.23 0.76 0.67
Hex 69 6F EB 37 35 0 8 ED 4C 43
Octal 151 157 353 67 65 0 10 355 114 103
Binary 1101001 1101111 11101011 110111 110101 0 1000 11101101 1001100 1000011

Color Harmonies of #696FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FEB

Black with #696FEB

Text Example


Text Example

White with #696FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,235); }

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

background-color css

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

 a { background-color: rgb(105,111,235); }

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

border-color css

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

 span { border-color: rgb(105,111,235); }

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