Html Css Color HEX #696CF1 Medium Slate Blue

📋 copy color: '#696CF1'

red 105 ◦ green 108 ◦ blue 241

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

Shades of Medium Slate Blue #696CF1

Tints of Medium Slate Blue #696CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 23.13%
G = 23.79%
B = 53.08%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#696CF1 (or 0x696CF1) is known color: Medium Slate Blue. HEX triplet: 69, 6C and F1. RGB value is (105,108,241). Sum of RGB (Red+Green+Blue) = 105+108+241=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #696CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CF1 is #96930E. Grayscale: #797979. Windows color (decimal): -9868047 or 15821929. OLE color: 15821929.

HSL color Cylindrical-coordinate representation of color #696CF1: hue angle of 238.68º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696CF1 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 108 241 -
CMYK 0.56 0.55 0 0.05
HSL 238.68º 0.83% 0.68% -
HSV(B) 238.68º 0.56% 0.95% -
XYZ 27.07 20.08 85.67 -
YUV 122.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 105 108 241 0.56 0.55 0 0.05 238.68 0.83 0.68
Hex 69 6C F1 38 37 0 5 EF 53 44
Octal 151 154 361 70 67 0 5 357 123 104
Binary 1101001 1101100 11110001 111000 110111 0 101 11101111 1010011 1000100

Color Harmonies of #696CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CF1

Black with #696CF1

Text Example


Text Example

White with #696CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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