Html Css Color HEX #685CFD Medium Slate Blue

📋 copy color: '#685CFD'

red 104 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #685CFD

Tints of Medium Slate Blue #685CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.49%

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

R = 23.16%
G = 20.49%
B = 56.35%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#685CFD (or 0x685CFD) is known color: Medium Slate Blue. HEX triplet: 68, 5C and FD. RGB value is (104,92,253). Sum of RGB (Red+Green+Blue) = 104+92+253=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #685CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CFD is #97A302. Grayscale: #717171. Windows color (decimal): -9937667 or 16604264. OLE color: 16604264.

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

Color convert

RGB 104 92 253 -
CMYK 0.59 0.64 0 0.01
HSL 244.47º 0.98% 0.68% -
HSV(B) 244.47º 0.64% 0.99% -
XYZ 27.27 17.69 94.91 -
YUV 113.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 104 92 253 0.59 0.64 0 0.01 244.47 0.98 0.68
Hex 68 5C FD 3B 40 0 1 F4 62 44
Octal 150 134 375 73 100 0 1 364 142 104
Binary 1101000 1011100 11111101 111011 1000000 0 1 11110100 1100010 1000100

Color Harmonies of #685CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CFD

Black with #685CFD

Text Example


Text Example

White with #685CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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