Html Css Color HEX #697AF7 Medium Slate Blue

📋 copy color: '#697AF7'

red 105 ◦ green 122 ◦ blue 247

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

Shades of Medium Slate Blue #697AF7

Tints of Medium Slate Blue #697AF7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

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

R = 22.15%
G = 25.74%
B = 52.11%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#697AF7 (or 0x697AF7) is known color: Medium Slate Blue. HEX triplet: 69, 7A and F7. RGB value is (105,122,247). Sum of RGB (Red+Green+Blue) = 105+122+247=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #697AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AF7 is #968508. Grayscale: #828282. Windows color (decimal): -9864457 or 16218729. OLE color: 16218729.

HSL color Cylindrical-coordinate representation of color #697AF7: hue angle of 232.82º 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 #697AF7 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 122 247 -
CMYK 0.57 0.51 0 0.03
HSL 232.82º 0.9% 0.69% -
HSV(B) 232.82º 0.57% 0.97% -
XYZ 29.57 23.64 91 -
YUV 131.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 105 122 247 0.57 0.51 0 0.03 232.82 0.9 0.69
Hex 69 7A F7 39 33 0 3 E9 5A 45
Octal 151 172 367 71 63 0 3 351 132 105
Binary 1101001 1111010 11110111 111001 110011 0 11 11101001 1011010 1000101

Color Harmonies of #697AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697AF7

Black with #697AF7

Text Example


Text Example

White with #697AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697AF7; }

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

 H1.HeaderClassName
 {
   color: #697AF7;
 }
 .AnyTagClassName
 {
   color: #697AF7;
 }
</style>

background-color css

<style>
 a { background-color: #697AF7; }

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

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

border-color css

<style>
 span { border-color: #697AF7; }

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

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