Html Css Color HEX #696CFA Medium Slate Blue

📋 copy color: '#696CFA'

red 105 ◦ green 108 ◦ blue 250

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

Shades of Medium Slate Blue #696CFA

Tints of Medium Slate Blue #696CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 22.68%
G = 23.33%
B = 54%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#696CFA (or 0x696CFA) is known color: Medium Slate Blue. HEX triplet: 69, 6C and FA. RGB value is (105,108,250). Sum of RGB (Red+Green+Blue) = 105+108+250=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #696CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CFA is #969305. Grayscale: #7A7A7A. Windows color (decimal): -9868038 or 16411753. OLE color: 16411753.

HSL color Cylindrical-coordinate representation of color #696CFA: hue angle of 238.76º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696CFA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 108 250 -
CMYK 0.58 0.57 0 0.02
HSL 238.76º 0.94% 0.7% -
HSV(B) 238.76º 0.58% 0.98% -
XYZ 28.44 20.63 92.93 -
YUV 123.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 105 108 250 0.58 0.57 0 0.02 238.76 0.94 0.7
Hex 69 6C FA 3A 39 0 2 EF 5E 46
Octal 151 154 372 72 71 0 2 357 136 106
Binary 1101001 1101100 11111010 111010 111001 0 10 11101111 1011110 1000110

Color Harmonies of #696CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CFA

Black with #696CFA

Text Example


Text Example

White with #696CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,250); }

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

background-color css

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

 a { background-color: rgb(105,108,250); }

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

border-color css

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

 span { border-color: rgb(105,108,250); }

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