Html Css Color HEX #696CE5 Medium Slate Blue

📋 copy color: '#696CE5'

red 105 ◦ green 108 ◦ blue 229

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

Shades of Medium Slate Blue #696CE5

Tints of Medium Slate Blue #696CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.81%

R = 23.76%
G = 24.43%
B = 51.81%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#696CE5 (or 0x696CE5) is known color: Medium Slate Blue. HEX triplet: 69, 6C and E5. RGB value is (105,108,229). Sum of RGB (Red+Green+Blue) = 105+108+229=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #696CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CE5 is #96931A. Grayscale: #787878. Windows color (decimal): -9868059 or 15035497. OLE color: 15035497.

HSL color Cylindrical-coordinate representation of color #696CE5: hue angle of 238.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #696CE5 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 108 229 -
CMYK 0.54 0.53 0 0.10
HSL 238.55º 0.7% 0.65% -
HSV(B) 238.55º 0.54% 0.9% -
XYZ 25.33 19.39 76.54 -
YUV 120.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 105 108 229 0.54 0.53 0 0.10 238.55 0.7 0.65
Hex 69 6C E5 36 35 0 A EF 46 41
Octal 151 154 345 66 65 0 12 357 106 101
Binary 1101001 1101100 11100101 110110 110101 0 1010 11101111 1000110 1000001

Color Harmonies of #696CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CE5

Black with #696CE5

Text Example


Text Example

White with #696CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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