Html Css Color HEX #685BC5 Slate Blue

📋 copy color: '#685BC5'

red 104 ◦ green 91 ◦ blue 197

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

Shades of Slate Blue #685BC5

Tints of Slate Blue #685BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 26.53%
G = 23.21%
B = 50.26%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#685BC5 (or 0x685BC5) is known color: Slate Blue. HEX triplet: 68, 5B and C5. RGB value is (104,91,197). Sum of RGB (Red+Green+Blue) = 104+91+197=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #685BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC5 is #97A43A. Grayscale: #6A6A6A. Windows color (decimal): -9937979 or 12933992. OLE color: 12933992.

HSL color Cylindrical-coordinate representation of color #685BC5: hue angle of 247.36º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685BC5 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 91 197 -
CMYK 0.47 0.54 0 0.23
HSL 247.36º 0.48% 0.56% -
HSV(B) 247.36º 0.54% 0.77% -
XYZ 19.53 14.46 54.58 -
YUV 106.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 104 91 197 0.47 0.54 0 0.23 247.36 0.48 0.56
Hex 68 5B C5 2F 36 0 17 F7 30 38
Octal 150 133 305 57 66 0 27 367 60 70
Binary 1101000 1011011 11000101 101111 110110 0 10111 11110111 110000 111000

Color Harmonies of #685BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BC5

Black with #685BC5

Text Example


Text Example

White with #685BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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