Html Css Color HEX #685FFB Medium Slate Blue

📋 copy color: '#685FFB'

red 104 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #685FFB

Tints of Medium Slate Blue #685FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 23.11%
G = 21.11%
B = 55.78%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#685FFB (or 0x685FFB) is known color: Medium Slate Blue. HEX triplet: 68, 5F and FB. RGB value is (104,95,251). Sum of RGB (Red+Green+Blue) = 104+95+251=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #685FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FFB is #97A004. Grayscale: #727272. Windows color (decimal): -9936901 or 16473960. OLE color: 16473960.

HSL color Cylindrical-coordinate representation of color #685FFB: hue angle of 243.46º degrees, saturation: 0.95, 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 #685FFB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 95 251 -
CMYK 0.59 0.62 0 0.02
HSL 243.46º 0.95% 0.68% -
HSV(B) 243.46º 0.62% 0.98% -
XYZ 27.21 18.09 93.32 -
YUV 115.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 104 95 251 0.59 0.62 0 0.02 243.46 0.95 0.68
Hex 68 5F FB 3B 3E 0 2 F3 5F 44
Octal 150 137 373 73 76 0 2 363 137 104
Binary 1101000 1011111 11111011 111011 111110 0 10 11110011 1011111 1000100

Color Harmonies of #685FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FFB

Black with #685FFB

Text Example


Text Example

White with #685FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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