Html Css Color HEX #686BCD Slate Blue

📋 copy color: '#686BCD'

red 104 ◦ green 107 ◦ blue 205

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

Shades of Slate Blue #686BCD

Tints of Slate Blue #686BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

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

R = 25%
G = 25.72%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#686BCD (or 0x686BCD) is known color: Slate Blue. HEX triplet: 68, 6B and CD. RGB value is (104,107,205). Sum of RGB (Red+Green+Blue) = 104+107+205=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #686BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCD is #979432. Grayscale: #747474. Windows color (decimal): -9933875 or 13462376. OLE color: 13462376.

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

Color convert

RGB 104 107 205 -
CMYK 0.49 0.48 0 0.20
HSL 238.22º 0.5% 0.61% -
HSV(B) 238.22º 0.49% 0.8% -
XYZ 21.99 17.87 60.05 -
YUV 117.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 104 107 205 0.49 0.48 0 0.20 238.22 0.5 0.61
Hex 68 6B CD 31 30 0 14 EE 32 3D
Octal 150 153 315 61 60 0 24 356 62 75
Binary 1101000 1101011 11001101 110001 110000 0 10100 11101110 110010 111101

Color Harmonies of #686BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BCD

Black with #686BCD

Text Example


Text Example

White with #686BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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