Html Css Color HEX #696BFC Medium Slate Blue

📋 copy color: '#696BFC'

red 105 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #696BFC

Tints of Medium Slate Blue #696BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 22.63%
G = 23.06%
B = 54.31%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#696BFC (or 0x696BFC) is known color: Medium Slate Blue. HEX triplet: 69, 6B and FC. RGB value is (105,107,252). Sum of RGB (Red+Green+Blue) = 105+107+252=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #696BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BFC is #969403. Grayscale: #7A7A7A. Windows color (decimal): -9868292 or 16542569. OLE color: 16542569.

HSL color Cylindrical-coordinate representation of color #696BFC: hue angle of 239.18º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696BFC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 107 252 -
CMYK 0.58 0.58 0 0.01
HSL 239.18º 0.96% 0.7% -
HSV(B) 239.18º 0.58% 0.99% -
XYZ 28.65 20.55 94.55 -
YUV 122.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 105 107 252 0.58 0.58 0 0.01 239.18 0.96 0.7
Hex 69 6B FC 3A 3A 0 1 EF 60 46
Octal 151 153 374 72 72 0 1 357 140 106
Binary 1101001 1101011 11111100 111010 111010 0 1 11101111 1100000 1000110

Color Harmonies of #696BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BFC

Black with #696BFC

Text Example


Text Example

White with #696BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,252); }

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

background-color css

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

 a { background-color: rgb(105,107,252); }

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

border-color css

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

 span { border-color: rgb(105,107,252); }

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