Html Css Color HEX #696FFF Medium Slate Blue

📋 copy color: '#696FFF'

red 105 ◦ green 111 ◦ blue 255

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

Shades of Medium Slate Blue #696FFF

Tints of Medium Slate Blue #696FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 22.29%
G = 23.57%
B = 54.14%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#696FFF (or 0x696FFF) is known color: Medium Slate Blue. HEX triplet: 69, 6F and FF. RGB value is (105,111,255). Sum of RGB (Red+Green+Blue) = 105+111+255=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #696FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFF is #969000. Grayscale: #7D7D7D. Windows color (decimal): -9867265 or 16740201. OLE color: 16740201.

HSL color Cylindrical-coordinate representation of color #696FFF: hue angle of 237.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696FFF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 111 255 -
CMYK 0.59 0.56 0 0
HSL 237.6º 1% 0.71% -
HSV(B) 237.6º 0.59% 1% -
XYZ 29.56 21.59 97.22 -
YUV 125.62 201.01 113.29 -
System Red Green Blue C M Y K H S L
Decimal 105 111 255 0.59 0.56 0 0 237.6 1 0.71
Hex 69 6F FF 3B 38 0 0 EE 64 47
Octal 151 157 377 73 70 0 0 356 144 107
Binary 1101001 1101111 11111111 111011 111000 0 0 11101110 1100100 1000111

Color Harmonies of #696FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FFF

Black with #696FFF

Text Example


Text Example

White with #696FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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