Html Css Color HEX #685BE1 Slate Blue

📋 copy color: '#685BE1'

red 104 ◦ green 91 ◦ blue 225

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

Shades of Slate Blue #685BE1

Tints of Slate Blue #685BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.57%

R = 24.76%
G = 21.67%
B = 53.57%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#685BE1 (or 0x685BE1) is known color: Slate Blue. HEX triplet: 68, 5B and E1. RGB value is (104,91,225). Sum of RGB (Red+Green+Blue) = 104+91+225=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #685BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BE1 is #97A41E. Grayscale: #6D6D6D. Windows color (decimal): -9937951 or 14769000. OLE color: 14769000.

HSL color Cylindrical-coordinate representation of color #685BE1: hue angle of 245.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685BE1 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 91 225 -
CMYK 0.54 0.60 0 0.12
HSL 245.82º 0.69% 0.62% -
HSV(B) 245.82º 0.6% 0.88% -
XYZ 23.04 15.86 73.08 -
YUV 110.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 104 91 225 0.54 0.60 0 0.12 245.82 0.69 0.62
Hex 68 5B E1 36 3C 0 C F6 45 3E
Octal 150 133 341 66 74 0 14 366 105 76
Binary 1101000 1011011 11100001 110110 111100 0 1100 11110110 1000101 111110

Color Harmonies of #685BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BE1

Black with #685BE1

Text Example


Text Example

White with #685BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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