Html Css Color HEX #686CD7 Slate Blue

📋 copy color: '#686CD7'

red 104 ◦ green 108 ◦ blue 215

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

Shades of Slate Blue #686CD7

Tints of Slate Blue #686CD7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 24.36%
G = 25.29%
B = 50.35%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#686CD7 (or 0x686CD7) is known color: Slate Blue. HEX triplet: 68, 6C and D7. RGB value is (104,108,215). Sum of RGB (Red+Green+Blue) = 104+108+215=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #686CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CD7 is #979328. Grayscale: #767676. Windows color (decimal): -9933609 or 14117992. OLE color: 14117992.

HSL color Cylindrical-coordinate representation of color #686CD7: hue angle of 237.84º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686CD7 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 108 215 -
CMYK 0.52 0.50 0 0.16
HSL 237.84º 0.58% 0.63% -
HSV(B) 237.84º 0.52% 0.84% -
XYZ 23.34 18.57 66.65 -
YUV 119 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 104 108 215 0.52 0.50 0 0.16 237.84 0.58 0.63
Hex 68 6C D7 34 32 0 10 EE 3A 3F
Octal 150 154 327 64 62 0 20 356 72 77
Binary 1101000 1101100 11010111 110100 110010 0 10000 11101110 111010 111111

Color Harmonies of #686CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CD7

Black with #686CD7

Text Example


Text Example

White with #686CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,215); }

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

background-color css

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

 a { background-color: rgb(104,108,215); }

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

border-color css

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

 span { border-color: rgb(104,108,215); }

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