Html Css Color HEX #697AF5 Medium Slate Blue

📋 copy color: '#697AF5'

red 105 ◦ green 122 ◦ blue 245

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

Shades of Medium Slate Blue #697AF5

Tints of Medium Slate Blue #697AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.91%

R = 22.25%
G = 25.85%
B = 51.91%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#697AF5 (or 0x697AF5) is known color: Medium Slate Blue. HEX triplet: 69, 7A and F5. RGB value is (105,122,245). Sum of RGB (Red+Green+Blue) = 105+122+245=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #697AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AF5 is #96850A. Grayscale: #828282. Windows color (decimal): -9864459 or 16087657. OLE color: 16087657.

HSL color Cylindrical-coordinate representation of color #697AF5: hue angle of 232.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #697AF5 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 122 245 -
CMYK 0.57 0.50 0 0.04
HSL 232.71º 0.88% 0.69% -
HSV(B) 232.71º 0.57% 0.96% -
XYZ 29.27 23.51 89.38 -
YUV 130.94 192.37 109.5 -
System Red Green Blue C M Y K H S L
Decimal 105 122 245 0.57 0.50 0 0.04 232.71 0.88 0.69
Hex 69 7A F5 39 32 0 4 E9 58 45
Octal 151 172 365 71 62 0 4 351 130 105
Binary 1101001 1111010 11110101 111001 110010 0 100 11101001 1011000 1000101

Color Harmonies of #697AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697AF5

Black with #697AF5

Text Example


Text Example

White with #697AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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