Html Css Color HEX #685BCD Slate Blue

📋 copy color: '#685BCD'

red 104 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #685BCD

Tints of Slate Blue #685BCD

RGB

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

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

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

R = 26%
G = 22.75%
B = 51.25%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685BCD (or 0x685BCD) is known color: Slate Blue. HEX triplet: 68, 5B and CD. RGB value is (104,91,205). Sum of RGB (Red+Green+Blue) = 104+91+205=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #685BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BCD is #97A432. Grayscale: #6B6B6B. Windows color (decimal): -9937971 or 13458280. OLE color: 13458280.

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

Color convert

RGB 104 91 205 -
CMYK 0.49 0.56 0 0.20
HSL 246.84º 0.53% 0.58% -
HSV(B) 246.84º 0.56% 0.8% -
XYZ 20.47 14.83 59.54 -
YUV 107.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 104 91 205 0.49 0.56 0 0.20 246.84 0.53 0.58
Hex 68 5B CD 31 38 0 14 F7 35 3A
Octal 150 133 315 61 70 0 24 367 65 72
Binary 1101000 1011011 11001101 110001 111000 0 10100 11110111 110101 111010

Color Harmonies of #685BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BCD

Black with #685BCD

Text Example


Text Example

White with #685BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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