Html Css Color HEX #696BE8 Medium Slate Blue

📋 copy color: '#696BE8'

red 105 ◦ green 107 ◦ blue 232

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

Shades of Medium Slate Blue #696BE8

Tints of Medium Slate Blue #696BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.25%

R = 23.65%
G = 24.1%
B = 52.25%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#696BE8 (or 0x696BE8) is known color: Medium Slate Blue. HEX triplet: 69, 6B and E8. RGB value is (105,107,232). Sum of RGB (Red+Green+Blue) = 105+107+232=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #696BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BE8 is #969417. Grayscale: #787878. Windows color (decimal): -9868312 or 15231849. OLE color: 15231849.

HSL color Cylindrical-coordinate representation of color #696BE8: hue angle of 239.06º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696BE8 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 107 232 -
CMYK 0.55 0.54 0 0.09
HSL 239.06º 0.73% 0.66% -
HSV(B) 239.06º 0.55% 0.91% -
XYZ 25.65 19.34 78.73 -
YUV 120.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 105 107 232 0.55 0.54 0 0.09 239.06 0.73 0.66
Hex 69 6B E8 37 36 0 9 EF 49 42
Octal 151 153 350 67 66 0 11 357 111 102
Binary 1101001 1101011 11101000 110111 110110 0 1001 11101111 1001001 1000010

Color Harmonies of #696BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BE8

Black with #696BE8

Text Example


Text Example

White with #696BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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