Html Css Color HEX #685FFD Medium Slate Blue

📋 copy color: '#685FFD'

red 104 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #685FFD

Tints of Medium Slate Blue #685FFD

RGB

 RED value IS 104 (41.02% from 255) = 23.01%

 GREEN value IS 95 (37.5% from 255) = 21.02%

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

R = 23.01%
G = 21.02%
B = 55.97%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#685FFD (or 0x685FFD) is known color: Medium Slate Blue. HEX triplet: 68, 5F and FD. RGB value is (104,95,253). Sum of RGB (Red+Green+Blue) = 104+95+253=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #685FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FFD is #97A002. Grayscale: #737373. Windows color (decimal): -9936899 or 16605032. OLE color: 16605032.

HSL color Cylindrical-coordinate representation of color #685FFD: hue angle of 243.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685FFD is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 95 253 -
CMYK 0.59 0.62 0 0.01
HSL 243.42º 0.98% 0.68% -
HSV(B) 243.42º 0.62% 0.99% -
XYZ 27.53 18.22 94.99 -
YUV 115.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 104 95 253 0.59 0.62 0 0.01 243.42 0.98 0.68
Hex 68 5F FD 3B 3E 0 1 F3 62 44
Octal 150 137 375 73 76 0 1 363 142 104
Binary 1101000 1011111 11111101 111011 111110 0 1 11110011 1100010 1000100

Color Harmonies of #685FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FFD

Black with #685FFD

Text Example


Text Example

White with #685FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685FFD; }

 p { color: rgb(104,95,253); }

 H1.HeaderClassName
 {
   color: #685FFD;
 }
 .AnyTagClassName
 {
   color: #685FFD;
 }
</style>

background-color css

<style>
 a { background-color: #685FFD; }

 a { background-color: rgb(104,95,253); }

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

border-color css

<style>
 span { border-color: #685FFD; }

 span { border-color: rgb(104,95,253); }

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