Html Css Color HEX #686AC8 Slate Blue

📋 copy color: '#686AC8'

red 104 ◦ green 106 ◦ blue 200

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

Shades of Slate Blue #686AC8

Tints of Slate Blue #686AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 25.37%
G = 25.85%
B = 48.78%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#686AC8 (or 0x686AC8) is known color: Slate Blue. HEX triplet: 68, 6A and C8. RGB value is (104,106,200). Sum of RGB (Red+Green+Blue) = 104+106+200=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #686AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AC8 is #979537. Grayscale: #737373. Windows color (decimal): -9934136 or 13134440. OLE color: 13134440.

HSL color Cylindrical-coordinate representation of color #686AC8: hue angle of 238.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686AC8 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 106 200 -
CMYK 0.48 0.47 0 0.22
HSL 238.75º 0.47% 0.6% -
HSV(B) 238.75º 0.48% 0.78% -
XYZ 21.29 17.42 56.88 -
YUV 116.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 104 106 200 0.48 0.47 0 0.22 238.75 0.47 0.6
Hex 68 6A C8 30 2F 0 16 EF 2F 3C
Octal 150 152 310 60 57 0 26 357 57 74
Binary 1101000 1101010 11001000 110000 101111 0 10110 11101111 101111 111100

Color Harmonies of #686AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AC8

Black with #686AC8

Text Example


Text Example

White with #686AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,200); }

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

background-color css

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

 a { background-color: rgb(104,106,200); }

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

border-color css

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

 span { border-color: rgb(104,106,200); }

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