Html Css Color HEX #685AD1 Slate Blue

📋 copy color: '#685AD1'

red 104 ◦ green 90 ◦ blue 209

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

Shades of Slate Blue #685AD1

Tints of Slate Blue #685AD1

RGB

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

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

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

R = 25.81%
G = 22.33%
B = 51.86%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#685AD1 (or 0x685AD1) is known color: Slate Blue. HEX triplet: 68, 5A and D1. RGB value is (104,90,209). Sum of RGB (Red+Green+Blue) = 104+90+209=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #685AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AD1 is #97A52E. Grayscale: #6B6B6B. Windows color (decimal): -9938223 or 13720168. OLE color: 13720168.

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

Color convert

RGB 104 90 209 -
CMYK 0.50 0.57 0 0.18
HSL 247.06º 0.56% 0.59% -
HSV(B) 247.06º 0.57% 0.82% -
XYZ 20.87 14.86 62.09 -
YUV 107.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 104 90 209 0.50 0.57 0 0.18 247.06 0.56 0.59
Hex 68 5A D1 32 39 0 12 F7 38 3B
Octal 150 132 321 62 71 0 22 367 70 73
Binary 1101000 1011010 11010001 110010 111001 0 10010 11110111 111000 111011

Color Harmonies of #685AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AD1

Black with #685AD1

Text Example


Text Example

White with #685AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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