Html Css Color HEX #685FD1 Slate Blue

📋 copy color: '#685FD1'

red 104 ◦ green 95 ◦ blue 209

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

Shades of Slate Blue #685FD1

Tints of Slate Blue #685FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.23%

R = 25.49%
G = 23.28%
B = 51.23%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#685FD1 (or 0x685FD1) is known color: Slate Blue. HEX triplet: 68, 5F and D1. RGB value is (104,95,209). Sum of RGB (Red+Green+Blue) = 104+95+209=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #685FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FD1 is #97A02E. Grayscale: #6E6E6E. Windows color (decimal): -9936943 or 13721448. OLE color: 13721448.

HSL color Cylindrical-coordinate representation of color #685FD1: hue angle of 244.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685FD1 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 95 209 -
CMYK 0.50 0.55 0 0.18
HSL 244.74º 0.55% 0.6% -
HSV(B) 244.74º 0.55% 0.82% -
XYZ 21.31 15.73 62.23 -
YUV 110.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 104 95 209 0.50 0.55 0 0.18 244.74 0.55 0.6
Hex 68 5F D1 32 37 0 12 F5 37 3C
Octal 150 137 321 62 67 0 22 365 67 74
Binary 1101000 1011111 11010001 110010 110111 0 10010 11110101 110111 111100

Color Harmonies of #685FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FD1

Black with #685FD1

Text Example


Text Example

White with #685FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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