Html Css Color HEX #696AEB Medium Slate Blue

📋 copy color: '#696AEB'

red 105 ◦ green 106 ◦ blue 235

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

Shades of Medium Slate Blue #696AEB

Tints of Medium Slate Blue #696AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 23.54%
G = 23.77%
B = 52.69%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696AEB (or 0x696AEB) is known color: Medium Slate Blue. HEX triplet: 69, 6A and EB. RGB value is (105,106,235). Sum of RGB (Red+Green+Blue) = 105+106+235=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #696AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AEB is #969514. Grayscale: #777777. Windows color (decimal): -9868565 or 15428201. OLE color: 15428201.

HSL color Cylindrical-coordinate representation of color #696AEB: hue angle of 239.54º 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 #696AEB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 106 235 -
CMYK 0.55 0.55 0 0.08
HSL 239.54º 0.76% 0.67% -
HSV(B) 239.54º 0.55% 0.92% -
XYZ 25.98 19.31 80.96 -
YUV 120.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 105 106 235 0.55 0.55 0 0.08 239.54 0.76 0.67
Hex 69 6A EB 37 37 0 8 F0 4C 43
Octal 151 152 353 67 67 0 10 360 114 103
Binary 1101001 1101010 11101011 110111 110111 0 1000 11110000 1001100 1000011

Color Harmonies of #696AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AEB

Black with #696AEB

Text Example


Text Example

White with #696AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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