Html Css Color HEX #686BCE Slate Blue

📋 copy color: '#686BCE'

red 104 ◦ green 107 ◦ blue 206

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

Shades of Slate Blue #686BCE

Tints of Slate Blue #686BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 24.94%
G = 25.66%
B = 49.4%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#686BCE (or 0x686BCE) is known color: Slate Blue. HEX triplet: 68, 6B and CE. RGB value is (104,107,206). Sum of RGB (Red+Green+Blue) = 104+107+206=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #686BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCE is #979431. Grayscale: #747474. Windows color (decimal): -9933874 or 13527912. OLE color: 13527912.

HSL color Cylindrical-coordinate representation of color #686BCE: hue angle of 238.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686BCE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 107 206 -
CMYK 0.50 0.48 0 0.19
HSL 238.24º 0.51% 0.61% -
HSV(B) 238.24º 0.5% 0.81% -
XYZ 22.11 17.91 60.69 -
YUV 117.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 104 107 206 0.50 0.48 0 0.19 238.24 0.51 0.61
Hex 68 6B CE 32 30 0 13 EE 33 3D
Octal 150 153 316 62 60 0 23 356 63 75
Binary 1101000 1101011 11001110 110010 110000 0 10011 11101110 110011 111101

Color Harmonies of #686BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BCE

Black with #686BCE

Text Example


Text Example

White with #686BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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