Html Css Color HEX #686ACB Slate Blue

📋 copy color: '#686ACB'

red 104 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #686ACB

Tints of Slate Blue #686ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 25.18%
G = 25.67%
B = 49.15%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#686ACB (or 0x686ACB) is known color: Slate Blue. HEX triplet: 68, 6A and CB. RGB value is (104,106,203). Sum of RGB (Red+Green+Blue) = 104+106+203=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #686ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ACB is #979534. Grayscale: #747474. Windows color (decimal): -9934133 or 13331048. OLE color: 13331048.

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

Color convert

RGB 104 106 203 -
CMYK 0.49 0.48 0 0.20
HSL 238.79º 0.49% 0.6% -
HSV(B) 238.79º 0.49% 0.8% -
XYZ 21.64 17.56 58.75 -
YUV 116.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 104 106 203 0.49 0.48 0 0.20 238.79 0.49 0.6
Hex 68 6A CB 31 30 0 14 EF 31 3C
Octal 150 152 313 61 60 0 24 357 61 74
Binary 1101000 1101010 11001011 110001 110000 0 10100 11101111 110001 111100

Color Harmonies of #686ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ACB

Black with #686ACB

Text Example


Text Example

White with #686ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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