Html Css Color HEX #696BEB Medium Slate Blue

📋 copy color: '#696BEB'

red 105 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #696BEB

Tints of Medium Slate Blue #696BEB

RGB

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

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

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

R = 23.49%
G = 23.94%
B = 52.57%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696BEB (or 0x696BEB) is known color: Medium Slate Blue. HEX triplet: 69, 6B and EB. RGB value is (105,107,235). Sum of RGB (Red+Green+Blue) = 105+107+235=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #696BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BEB is #969414. Grayscale: #787878. Windows color (decimal): -9868309 or 15428457. OLE color: 15428457.

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

Color convert

RGB 105 107 235 -
CMYK 0.55 0.54 0 0.08
HSL 239.08º 0.76% 0.67% -
HSV(B) 239.08º 0.55% 0.92% -
XYZ 26.08 19.52 80.99 -
YUV 120.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 105 107 235 0.55 0.54 0 0.08 239.08 0.76 0.67
Hex 69 6B EB 37 36 0 8 EF 4C 43
Octal 151 153 353 67 66 0 10 357 114 103
Binary 1101001 1101011 11101011 110111 110110 0 1000 11101111 1001100 1000011

Color Harmonies of #696BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BEB

Black with #696BEB

Text Example


Text Example

White with #696BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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