Html Css Color HEX #685AFB Medium Slate Blue

📋 copy color: '#685AFB'

red 104 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #685AFB

Tints of Medium Slate Blue #685AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 23.37%
G = 20.22%
B = 56.4%

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

#685AFB (or 0x685AFB) is known color: Medium Slate Blue. HEX triplet: 68, 5A and FB. RGB value is (104,90,251). Sum of RGB (Red+Green+Blue) = 104+90+251=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #685AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AFB is #97A504. Grayscale: #6F6F6F. Windows color (decimal): -9938181 or 16472680. OLE color: 16472680.

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

Color convert

RGB 104 90 251 -
CMYK 0.59 0.64 0 0.02
HSL 245.22º 0.95% 0.67% -
HSV(B) 245.22º 0.64% 0.98% -
XYZ 26.78 17.22 93.18 -
YUV 112.54 206.14 121.91 -
System Red Green Blue C M Y K H S L
Decimal 104 90 251 0.59 0.64 0 0.02 245.22 0.95 0.67
Hex 68 5A FB 3B 40 0 2 F5 5F 43
Octal 150 132 373 73 100 0 2 365 137 103
Binary 1101000 1011010 11111011 111011 1000000 0 10 11110101 1011111 1000011

Color Harmonies of #685AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AFB

Black with #685AFB

Text Example


Text Example

White with #685AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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