Html Css Color HEX #696CFD Medium Slate Blue

📋 copy color: '#696CFD'

red 105 ◦ green 108 ◦ blue 253

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

Shades of Medium Slate Blue #696CFD

Tints of Medium Slate Blue #696CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 22.53%
G = 23.18%
B = 54.29%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#696CFD (or 0x696CFD) is known color: Medium Slate Blue. HEX triplet: 69, 6C and FD. RGB value is (105,108,253). Sum of RGB (Red+Green+Blue) = 105+108+253=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #696CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CFD is #969302. Grayscale: #7B7B7B. Windows color (decimal): -9868035 or 16608361. OLE color: 16608361.

HSL color Cylindrical-coordinate representation of color #696CFD: hue angle of 238.78º degrees, saturation: 0.97, 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 #696CFD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 108 253 -
CMYK 0.58 0.57 0 0.01
HSL 238.78º 0.97% 0.7% -
HSV(B) 238.78º 0.58% 0.99% -
XYZ 28.92 20.82 95.42 -
YUV 123.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 105 108 253 0.58 0.57 0 0.01 238.78 0.97 0.7
Hex 69 6C FD 3A 39 0 1 EF 61 46
Octal 151 154 375 72 71 0 1 357 141 106
Binary 1101001 1101100 11111101 111010 111001 0 1 11101111 1100001 1000110

Color Harmonies of #696CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CFD

Black with #696CFD

Text Example


Text Example

White with #696CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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