Html Css Color HEX #685ECF Slate Blue

📋 copy color: '#685ECF'

red 104 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #685ECF

Tints of Slate Blue #685ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 25.68%
G = 23.21%
B = 51.11%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#685ECF (or 0x685ECF) is known color: Slate Blue. HEX triplet: 68, 5E and CF. RGB value is (104,94,207). Sum of RGB (Red+Green+Blue) = 104+94+207=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #685ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ECF is #97A130. Grayscale: #6D6D6D. Windows color (decimal): -9937201 or 13590120. OLE color: 13590120.

HSL color Cylindrical-coordinate representation of color #685ECF: hue angle of 245.31º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685ECF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 94 207 -
CMYK 0.50 0.55 0 0.19
HSL 245.31º 0.54% 0.59% -
HSV(B) 245.31º 0.55% 0.81% -
XYZ 20.97 15.45 60.91 -
YUV 109.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 104 94 207 0.50 0.55 0 0.19 245.31 0.54 0.59
Hex 68 5E CF 32 37 0 13 F5 36 3B
Octal 150 136 317 62 67 0 23 365 66 73
Binary 1101000 1011110 11001111 110010 110111 0 10011 11110101 110110 111011

Color Harmonies of #685ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ECF

Black with #685ECF

Text Example


Text Example

White with #685ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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