Html Css Color HEX #685BD5 Slate Blue

📋 copy color: '#685BD5'

red 104 ◦ green 91 ◦ blue 213

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

Shades of Slate Blue #685BD5

Tints of Slate Blue #685BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 25.49%
G = 22.3%
B = 52.21%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#685BD5 (or 0x685BD5) is known color: Slate Blue. HEX triplet: 68, 5B and D5. RGB value is (104,91,213). Sum of RGB (Red+Green+Blue) = 104+91+213=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #685BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BD5 is #97A42A. Grayscale: #6C6C6C. Windows color (decimal): -9937963 or 13982568. OLE color: 13982568.

HSL color Cylindrical-coordinate representation of color #685BD5: hue angle of 246.39º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685BD5 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 91 213 -
CMYK 0.51 0.57 0 0.16
HSL 246.39º 0.59% 0.6% -
HSV(B) 246.39º 0.57% 0.84% -
XYZ 21.46 15.23 64.76 -
YUV 108.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 104 91 213 0.51 0.57 0 0.16 246.39 0.59 0.6
Hex 68 5B D5 33 39 0 10 F6 3B 3C
Octal 150 133 325 63 71 0 20 366 73 74
Binary 1101000 1011011 11010101 110011 111001 0 10000 11110110 111011 111100

Color Harmonies of #685BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BD5

Black with #685BD5

Text Example


Text Example

White with #685BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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