Html Css Color HEX #685DCD Slate Blue

📋 copy color: '#685DCD'

red 104 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #685DCD

Tints of Slate Blue #685DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 25.87%
G = 23.13%
B = 51%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685DCD (or 0x685DCD) is known color: Slate Blue. HEX triplet: 68, 5D and CD. RGB value is (104,93,205). Sum of RGB (Red+Green+Blue) = 104+93+205=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #685DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DCD is #97A232. Grayscale: #6C6C6C. Windows color (decimal): -9937459 or 13458792. OLE color: 13458792.

HSL color Cylindrical-coordinate representation of color #685DCD: hue angle of 245.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685DCD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 93 205 -
CMYK 0.49 0.55 0 0.20
HSL 245.89º 0.53% 0.58% -
HSV(B) 245.89º 0.55% 0.8% -
XYZ 20.64 15.18 59.6 -
YUV 109.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 104 93 205 0.49 0.55 0 0.20 245.89 0.53 0.58
Hex 68 5D CD 31 37 0 14 F6 35 3A
Octal 150 135 315 61 67 0 24 366 65 72
Binary 1101000 1011101 11001101 110001 110111 0 10100 11110110 110101 111010

Color Harmonies of #685DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DCD

Black with #685DCD

Text Example


Text Example

White with #685DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,205); }

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

background-color css

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

 a { background-color: rgb(104,93,205); }

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

border-color css

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

 span { border-color: rgb(104,93,205); }

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