Html Css Color HEX #685BDF Slate Blue

📋 copy color: '#685BDF'

red 104 ◦ green 91 ◦ blue 223

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

Shades of Slate Blue #685BDF

Tints of Slate Blue #685BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 24.88%
G = 21.77%
B = 53.35%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#685BDF (or 0x685BDF) is known color: Slate Blue. HEX triplet: 68, 5B and DF. RGB value is (104,91,223). Sum of RGB (Red+Green+Blue) = 104+91+223=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #685BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BDF is #97A420. Grayscale: #6D6D6D. Windows color (decimal): -9937953 or 14637928. OLE color: 14637928.

HSL color Cylindrical-coordinate representation of color #685BDF: hue angle of 245.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685BDF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 91 223 -
CMYK 0.53 0.59 0 0.13
HSL 245.91º 0.67% 0.62% -
HSV(B) 245.91º 0.59% 0.87% -
XYZ 22.77 15.75 71.65 -
YUV 109.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 104 91 223 0.53 0.59 0 0.13 245.91 0.67 0.62
Hex 68 5B DF 35 3B 0 D F6 43 3E
Octal 150 133 337 65 73 0 15 366 103 76
Binary 1101000 1011011 11011111 110101 111011 0 1101 11110110 1000011 111110

Color Harmonies of #685BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BDF

Black with #685BDF

Text Example


Text Example

White with #685BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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