Html Css Color HEX #685EC9 Slate Blue

📋 copy color: '#685EC9'

red 104 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #685EC9

Tints of Slate Blue #685EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 26.07%
G = 23.56%
B = 50.38%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#685EC9 (or 0x685EC9) is known color: Slate Blue. HEX triplet: 68, 5E and C9. RGB value is (104,94,201). Sum of RGB (Red+Green+Blue) = 104+94+201=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #685EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EC9 is #97A136. Grayscale: #6C6C6C. Windows color (decimal): -9937207 or 13196904. OLE color: 13196904.

HSL color Cylindrical-coordinate representation of color #685EC9: hue angle of 245.61º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685EC9 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 94 201 -
CMYK 0.48 0.53 0 0.21
HSL 245.61º 0.5% 0.58% -
HSV(B) 245.61º 0.53% 0.79% -
XYZ 20.25 15.17 57.12 -
YUV 109.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 104 94 201 0.48 0.53 0 0.21 245.61 0.5 0.58
Hex 68 5E C9 30 35 0 15 F6 32 3A
Octal 150 136 311 60 65 0 25 366 62 72
Binary 1101000 1011110 11001001 110000 110101 0 10101 11110110 110010 111010

Color Harmonies of #685EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685EC9

Black with #685EC9

Text Example


Text Example

White with #685EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,201); }

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

background-color css

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

 a { background-color: rgb(104,94,201); }

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

border-color css

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

 span { border-color: rgb(104,94,201); }

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