Html Css Color HEX #685BC1 Slate Blue

📋 copy color: '#685BC1'

red 104 ◦ green 91 ◦ blue 193

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

Shades of Slate Blue #685BC1

Tints of Slate Blue #685BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 26.8%
G = 23.45%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#685BC1 (or 0x685BC1) is known color: Slate Blue. HEX triplet: 68, 5B and C1. RGB value is (104,91,193). Sum of RGB (Red+Green+Blue) = 104+91+193=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #685BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC1 is #97A43E. Grayscale: #6A6A6A. Windows color (decimal): -9937983 or 12671848. OLE color: 12671848.

HSL color Cylindrical-coordinate representation of color #685BC1: hue angle of 247.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685BC1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 91 193 -
CMYK 0.46 0.53 0 0.24
HSL 247.65º 0.45% 0.56% -
HSV(B) 247.65º 0.53% 0.76% -
XYZ 19.08 14.28 52.2 -
YUV 106.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 104 91 193 0.46 0.53 0 0.24 247.65 0.45 0.56
Hex 68 5B C1 2E 35 0 18 F8 2D 38
Octal 150 133 301 56 65 0 30 370 55 70
Binary 1101000 1011011 11000001 101110 110101 0 11000 11111000 101101 111000

Color Harmonies of #685BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BC1

Black with #685BC1

Text Example


Text Example

White with #685BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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