Html Css Color HEX #685FFA Medium Slate Blue

📋 copy color: '#685FFA'

red 104 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #685FFA

Tints of Medium Slate Blue #685FFA

RGB

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

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

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

R = 23.16%
G = 21.16%
B = 55.68%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#685FFA (or 0x685FFA) is known color: Medium Slate Blue. HEX triplet: 68, 5F and FA. RGB value is (104,95,250). Sum of RGB (Red+Green+Blue) = 104+95+250=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #685FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FFA is #97A005. Grayscale: #727272. Windows color (decimal): -9936902 or 16408424. OLE color: 16408424.

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

Color convert

RGB 104 95 250 -
CMYK 0.58 0.62 0 0.02
HSL 243.48º 0.94% 0.68% -
HSV(B) 243.48º 0.62% 0.98% -
XYZ 27.06 18.03 92.5 -
YUV 115.36 203.98 119.9 -
System Red Green Blue C M Y K H S L
Decimal 104 95 250 0.58 0.62 0 0.02 243.48 0.94 0.68
Hex 68 5F FA 3A 3E 0 2 F3 5E 44
Octal 150 137 372 72 76 0 2 363 136 104
Binary 1101000 1011111 11111010 111010 111110 0 10 11110011 1011110 1000100

Color Harmonies of #685FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FFA

Black with #685FFA

Text Example


Text Example

White with #685FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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