Html Css Color HEX #686AC9 Slate Blue

📋 copy color: '#686AC9'

red 104 ◦ green 106 ◦ blue 201

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

Shades of Slate Blue #686AC9

Tints of Slate Blue #686AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 25.3%
G = 25.79%
B = 48.91%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#686AC9 (or 0x686AC9) is known color: Slate Blue. HEX triplet: 68, 6A and C9. RGB value is (104,106,201). Sum of RGB (Red+Green+Blue) = 104+106+201=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #686AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AC9 is #979536. Grayscale: #737373. Windows color (decimal): -9934135 or 13199976. OLE color: 13199976.

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

Color convert

RGB 104 106 201 -
CMYK 0.48 0.47 0 0.21
HSL 238.76º 0.47% 0.6% -
HSV(B) 238.76º 0.48% 0.79% -
XYZ 21.41 17.47 57.5 -
YUV 116.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 104 106 201 0.48 0.47 0 0.21 238.76 0.47 0.6
Hex 68 6A C9 30 2F 0 15 EF 2F 3C
Octal 150 152 311 60 57 0 25 357 57 74
Binary 1101000 1101010 11001001 110000 101111 0 10101 11101111 101111 111100

Color Harmonies of #686AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AC9

Black with #686AC9

Text Example


Text Example

White with #686AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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