Html Css Color HEX #696CE7 Medium Slate Blue

📋 copy color: '#696CE7'

red 105 ◦ green 108 ◦ blue 231

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

Shades of Medium Slate Blue #696CE7

Tints of Medium Slate Blue #696CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

 BLUE value IS 231 (90.63% from 255) = 52.03%

R = 23.65%
G = 24.32%
B = 52.03%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#696CE7 (or 0x696CE7) is known color: Medium Slate Blue. HEX triplet: 69, 6C and E7. RGB value is (105,108,231). Sum of RGB (Red+Green+Blue) = 105+108+231=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #696CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CE7 is #969318. Grayscale: #787878. Windows color (decimal): -9868057 or 15166569. OLE color: 15166569.

HSL color Cylindrical-coordinate representation of color #696CE7: hue angle of 238.57º degrees, saturation: 0.72, 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 #696CE7 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 108 231 -
CMYK 0.55 0.53 0 0.09
HSL 238.57º 0.72% 0.66% -
HSV(B) 238.57º 0.55% 0.91% -
XYZ 25.61 19.5 78.01 -
YUV 121.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 105 108 231 0.55 0.53 0 0.09 238.57 0.72 0.66
Hex 69 6C E7 37 35 0 9 EF 48 42
Octal 151 154 347 67 65 0 11 357 110 102
Binary 1101001 1101100 11100111 110111 110101 0 1001 11101111 1001000 1000010

Color Harmonies of #696CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CE7

Black with #696CE7

Text Example


Text Example

White with #696CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,231); }

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

background-color css

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

 a { background-color: rgb(105,108,231); }

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

border-color css

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

 span { border-color: rgb(105,108,231); }

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