Html Css Color HEX #686BD4 Slate Blue

📋 copy color: '#686BD4'

red 104 ◦ green 107 ◦ blue 212

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

Shades of Slate Blue #686BD4

Tints of Slate Blue #686BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.12%

R = 24.59%
G = 25.3%
B = 50.12%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#686BD4 (or 0x686BD4) is known color: Slate Blue. HEX triplet: 68, 6B and D4. RGB value is (104,107,212). Sum of RGB (Red+Green+Blue) = 104+107+212=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #686BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD4 is #97942B. Grayscale: #757575. Windows color (decimal): -9933868 or 13921128. OLE color: 13921128.

HSL color Cylindrical-coordinate representation of color #686BD4: hue angle of 238.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686BD4 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 107 212 -
CMYK 0.51 0.50 0 0.17
HSL 238.33º 0.56% 0.62% -
HSV(B) 238.33º 0.51% 0.83% -
XYZ 22.85 18.21 64.6 -
YUV 118.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 104 107 212 0.51 0.50 0 0.17 238.33 0.56 0.62
Hex 68 6B D4 33 32 0 11 EE 38 3E
Octal 150 153 324 63 62 0 21 356 70 76
Binary 1101000 1101011 11010100 110011 110010 0 10001 11101110 111000 111110

Color Harmonies of #686BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BD4

Black with #686BD4

Text Example


Text Example

White with #686BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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