Html Css Color HEX #685BFB Medium Slate Blue

📋 copy color: '#685BFB'

red 104 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #685BFB

Tints of Medium Slate Blue #685BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

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

R = 23.32%
G = 20.4%
B = 56.28%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#685BFB (or 0x685BFB) is known color: Medium Slate Blue. HEX triplet: 68, 5B and FB. RGB value is (104,91,251). Sum of RGB (Red+Green+Blue) = 104+91+251=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #685BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BFB is #97A404. Grayscale: #707070. Windows color (decimal): -9937925 or 16472936. OLE color: 16472936.

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

Color convert

RGB 104 91 251 -
CMYK 0.59 0.64 0 0.02
HSL 244.88º 0.95% 0.67% -
HSV(B) 244.88º 0.64% 0.98% -
XYZ 26.86 17.39 93.21 -
YUV 113.13 205.81 121.49 -
System Red Green Blue C M Y K H S L
Decimal 104 91 251 0.59 0.64 0 0.02 244.88 0.95 0.67
Hex 68 5B FB 3B 40 0 2 F5 5F 43
Octal 150 133 373 73 100 0 2 365 137 103
Binary 1101000 1011011 11111011 111011 1000000 0 10 11110101 1011111 1000011

Color Harmonies of #685BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BFB

Black with #685BFB

Text Example


Text Example

White with #685BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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