Html Css Color HEX #696FF7 Medium Slate Blue

📋 copy color: '#696FF7'

red 105 ◦ green 111 ◦ blue 247

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

Shades of Medium Slate Blue #696FF7

Tints of Medium Slate Blue #696FF7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

 BLUE value IS 247 (96.88% from 255) = 53.35%

R = 22.68%
G = 23.97%
B = 53.35%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#696FF7 (or 0x696FF7) is known color: Medium Slate Blue. HEX triplet: 69, 6F and F7. RGB value is (105,111,247). Sum of RGB (Red+Green+Blue) = 105+111+247=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #696FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF7 is #969008. Grayscale: #7C7C7C. Windows color (decimal): -9867273 or 16215913. OLE color: 16215913.

HSL color Cylindrical-coordinate representation of color #696FF7: hue angle of 237.46º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696FF7 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 111 247 -
CMYK 0.57 0.55 0 0.03
HSL 237.46º 0.9% 0.69% -
HSV(B) 237.46º 0.57% 0.97% -
XYZ 28.3 21.09 90.57 -
YUV 124.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 105 111 247 0.57 0.55 0 0.03 237.46 0.9 0.69
Hex 69 6F F7 39 37 0 3 ED 5A 45
Octal 151 157 367 71 67 0 3 355 132 105
Binary 1101001 1101111 11110111 111001 110111 0 11 11101101 1011010 1000101

Color Harmonies of #696FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FF7

Black with #696FF7

Text Example


Text Example

White with #696FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,247); }

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

background-color css

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

 a { background-color: rgb(105,111,247); }

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

border-color css

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

 span { border-color: rgb(105,111,247); }

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