Html Css Color HEX #685AD3 Slate Blue

📋 copy color: '#685AD3'

red 104 ◦ green 90 ◦ blue 211

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

Shades of Slate Blue #685AD3

Tints of Slate Blue #685AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.1%

R = 25.68%
G = 22.22%
B = 52.1%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#685AD3 (or 0x685AD3) is known color: Slate Blue. HEX triplet: 68, 5A and D3. RGB value is (104,90,211). Sum of RGB (Red+Green+Blue) = 104+90+211=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #685AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AD3 is #97A52C. Grayscale: #6B6B6B. Windows color (decimal): -9938221 or 13851240. OLE color: 13851240.

HSL color Cylindrical-coordinate representation of color #685AD3: hue angle of 246.94º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685AD3 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 90 211 -
CMYK 0.51 0.57 0 0.17
HSL 246.94º 0.58% 0.59% -
HSV(B) 246.94º 0.57% 0.83% -
XYZ 21.12 14.96 63.4 -
YUV 107.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 104 90 211 0.51 0.57 0 0.17 246.94 0.58 0.59
Hex 68 5A D3 33 39 0 11 F7 3A 3B
Octal 150 132 323 63 71 0 21 367 72 73
Binary 1101000 1011010 11010011 110011 111001 0 10001 11110111 111010 111011

Color Harmonies of #685AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AD3

Black with #685AD3

Text Example


Text Example

White with #685AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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